From 784bbec5d2673bf71c615375e13913573031e309 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 9 May 2007 20:12:47 +0000 Subject: [PATCH] Monotone-Parent: 8fc592a54a991f0c64da9fe954958df2ceb72e73 Monotone-Revision: 51d5d6b299a62e82e1f6addcd11b4468ca33ab76 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-09T20:12:47 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoFreeBusyObject.h | 2 +- SoObjects/Appointments/SOGoFreeBusyObject.m | 2 +- UI/Scheduler/UIxCalInlineAptView.m | 2 +- UI/Scheduler/UIxCalView.m | 2 +- UI/Scheduler/UIxComponent+Scheduler.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SoObjects/Appointments/SOGoFreeBusyObject.h b/SoObjects/Appointments/SOGoFreeBusyObject.h index 09e803b98..f58039eb2 100644 --- a/SoObjects/Appointments/SOGoFreeBusyObject.h +++ b/SoObjects/Appointments/SOGoFreeBusyObject.h @@ -18,7 +18,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: SOGoFreeBusyObject.h 675 2005-07-06 20:56:09Z znek $ +// $Id: SOGoFreeBusyObject.h 1052 2007-05-09 19:35:09Z wolfgang $ #ifndef __Appointments_SOGoFreeBusyObject_H_ diff --git a/SoObjects/Appointments/SOGoFreeBusyObject.m b/SoObjects/Appointments/SOGoFreeBusyObject.m index 89fd101bd..c0032c747 100644 --- a/SoObjects/Appointments/SOGoFreeBusyObject.m +++ b/SoObjects/Appointments/SOGoFreeBusyObject.m @@ -18,7 +18,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: SOGoFreeBusyObject.m 1045 2007-04-11 20:13:07Z wolfgang $ +// $Id: SOGoFreeBusyObject.m 1052 2007-05-09 19:35:09Z wolfgang $ #import #import diff --git a/UI/Scheduler/UIxCalInlineAptView.m b/UI/Scheduler/UIxCalInlineAptView.m index 264991997..6ff1719eb 100644 --- a/UI/Scheduler/UIxCalInlineAptView.m +++ b/UI/Scheduler/UIxCalInlineAptView.m @@ -18,7 +18,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: UIxCalInlineAptView.m 1050 2007-04-27 22:15:40Z wolfgang $ +// $Id: UIxCalInlineAptView.m 1052 2007-05-09 19:35:09Z wolfgang $ #import diff --git a/UI/Scheduler/UIxCalView.m b/UI/Scheduler/UIxCalView.m index 803dcb842..da409b0ee 100644 --- a/UI/Scheduler/UIxCalView.m +++ b/UI/Scheduler/UIxCalView.m @@ -1,4 +1,4 @@ -// $Id: UIxCalView.m 1050 2007-04-27 22:15:40Z wolfgang $ +// $Id: UIxCalView.m 1052 2007-05-09 19:35:09Z wolfgang $ #import "common.h" //#import diff --git a/UI/Scheduler/UIxComponent+Scheduler.h b/UI/Scheduler/UIxComponent+Scheduler.h index df55a864b..6cfc69f7c 100644 --- a/UI/Scheduler/UIxComponent+Scheduler.h +++ b/UI/Scheduler/UIxComponent+Scheduler.h @@ -18,7 +18,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: UIxComponent+Agenor.h 1031 2007-03-07 22:52:32Z wolfgang $ +// $Id: UIxComponent+Scheduler.h 1052 2007-05-09 19:35:09Z wolfgang $ #ifndef __UIxComponent_Agenor_H_