steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy freebusy.class.php, 1.21, 1.22 freebusy.php, 1.35, 1.36 freebusycache.class.php, 1.10, 1.11 freebusycollector.class.php, 1.4, 1.5 freebusyldap.class.php, 1.5, 1.6 misc.php, 1.4, 1.5 pfb.php, 1.11, 1.12 recurrence.class.php, 1.4, 1.5
cvs@intevation.de
cvs at intevation.de
Thu Dec 16 21:54:49 CET 2004
- Previous message: steffen: server obmtool.conf,1.127,1.128
- Next message: steffen: server/kolab-webadmin/kolab-webadmin/php/admin/include auth.class.php, 1.7, 1.8 authenticate.php, 1.1, 1.2 debug.php, 1.4, 1.5 form.class.php, 1.14, 1.15 headers.php, 1.1, 1.2 ldap.class.php, 1.18, 1.19 sieveutils.class.php, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: steffen
Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy
In directory doto:/tmp/cvs-serv21238/freebusy
Modified Files:
freebusy.class.php freebusy.php freebusycache.class.php
freebusycollector.class.php freebusyldap.class.php misc.php
pfb.php recurrence.class.php
Log Message:
added copyright headers
Index: freebusy.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.class.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- freebusy.class.php 30 Nov 2004 20:56:50 -0000 1.21
+++ freebusy.class.php 16 Dec 2004 20:54:46 -0000 1.22
@@ -1,4 +1,22 @@
<?php
+/*
+ * Copyright (c) 2004 Klaraelvdalens Datakonsult AB
+ *
+ * Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+ *
+ * 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, 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.
+ *
+ * You can view the GNU General Public License, online, at the GNU
+ * Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+ */
require_once 'freebusy/recurrence.class.php';
Index: freebusy.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- freebusy.php 15 Dec 2004 00:06:40 -0000 1.35
+++ freebusy.php 16 Dec 2004 20:54:46 -0000 1.36
@@ -1,4 +1,23 @@
<?php
+/*
+ * Copyright (c) 2004 Klaraelvdalens Datakonsult AB
+ *
+ * Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+ *
+ * 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, 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.
+ *
+ * You can view the GNU General Public License, online, at the GNU
+ * Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+ */
+
require_once('freebusy/freebusycache.class.php');
require_once('freebusy/freebusycollector.class.php');
require_once('freebusy/freebusyldap.class.php');
Index: freebusycache.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusycache.class.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- freebusycache.class.php 15 Dec 2004 00:06:40 -0000 1.10
+++ freebusycache.class.php 16 Dec 2004 20:54:46 -0000 1.11
@@ -1,4 +1,22 @@
<?php
+/*
+ * Copyright (c) 2004 Klaraelvdalens Datakonsult AB
+ *
+ * Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+ *
+ * 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, 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.
+ *
+ * You can view the GNU General Public License, online, at the GNU
+ * Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+ */
/*! To load/store partial freebusy lists
and their ACLs */
Index: freebusycollector.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusycollector.class.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- freebusycollector.class.php 20 Oct 2004 09:31:47 -0000 1.4
+++ freebusycollector.class.php 16 Dec 2004 20:54:46 -0000 1.5
@@ -1,4 +1,22 @@
<?php
+/*
+ * Copyright (c) 2004 Klaraelvdalens Datakonsult AB
+ *
+ * Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+ *
+ * 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, 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.
+ *
+ * You can view the GNU General Public License, online, at the GNU
+ * Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+ */
define( 'FB_OK', 0 );
define( 'FB_TOO_OLD', 1 );
Index: freebusyldap.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusyldap.class.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- freebusyldap.class.php 15 Dec 2004 00:06:40 -0000 1.5
+++ freebusyldap.class.php 16 Dec 2004 20:54:46 -0000 1.6
@@ -1,4 +1,22 @@
<?php
+/*
+ * Copyright (c) 2004 Klaraelvdalens Datakonsult AB
+ *
+ * Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+ *
+ * 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, 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.
+ *
+ * You can view the GNU General Public License, online, at the GNU
+ * Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+ */
class FreeBusyLDAP {
function FreeBusyLDAP( $uri, $base ) {
Index: misc.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/misc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- misc.php 2 Dec 2004 23:25:53 -0000 1.4
+++ misc.php 16 Dec 2004 20:54:46 -0000 1.5
@@ -1,4 +1,23 @@
<?php
+/*
+ * Copyright (c) 2004 Klaraelvdalens Datakonsult AB
+ *
+ * Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+ *
+ * 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, 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.
+ *
+ * You can view the GNU General Public License, online, at the GNU
+ * Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+ */
+
function shutdown() {
global $fb, $ldap;
Index: pfb.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/pfb.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- pfb.php 2 Dec 2004 23:25:53 -0000 1.11
+++ pfb.php 16 Dec 2004 20:54:46 -0000 1.12
@@ -1,4 +1,23 @@
<?php
+/*
+ * Copyright (c) 2004 Klaraelvdalens Datakonsult AB
+ *
+ * Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+ *
+ * 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, 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.
+ *
+ * You can view the GNU General Public License, online, at the GNU
+ * Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+ */
+
error_reporting(E_ALL);
require_once('freebusy/freebusyldap.class.php');
Index: recurrence.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/recurrence.class.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- recurrence.class.php 30 Nov 2004 20:56:50 -0000 1.4
+++ recurrence.class.php 16 Dec 2004 20:54:46 -0000 1.5
@@ -1,4 +1,22 @@
<?php
+/*
+ * Copyright (c) 2004 Klaraelvdalens Datakonsult AB
+ *
+ * Written by Steffen Hansen <steffen at klaralvdalens-datakonsult.se>
+ *
+ * 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, 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.
+ *
+ * You can view the GNU General Public License, online, at the GNU
+ * Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
+ */
/**
* Class for recurring event calculation
- Previous message: steffen: server obmtool.conf,1.127,1.128
- Next message: steffen: server/kolab-webadmin/kolab-webadmin/php/admin/include auth.class.php, 1.7, 1.8 authenticate.php, 1.1, 1.2 debug.php, 1.4, 1.5 form.class.php, 1.14, 1.15 headers.php, 1.1, 1.2 ldap.class.php, 1.18, 1.19 sieveutils.class.php, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the kolab-commits
mailing list