diff --git a/Main/SOGo+DAV.h b/Main/SOGo+DAV.h index d3e338b1f..763f7b110 100644 --- a/Main/SOGo+DAV.h +++ b/Main/SOGo+DAV.h @@ -1,8 +1,6 @@ /* SOGo+DAV.h - this file is part of SOGo * - * Copyright (C) 2010 Inverse inc. - * - * Author: Wolfgang Sourdeau + * Copyright (C) 2010-2016 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -31,7 +29,6 @@ @interface SOGo (SOGoWebDAVExtensions) - (WOResponse *) davPrincipalMatch: (WOContext *) localContext; -// - (WOResponse *) davPrincipalPropertySearch: (WOContext *) localContext; - (WOResponse *) davPrincipalSearchPropertySet: (WOContext *) localContext; @end diff --git a/Main/SOGo+DAV.m b/Main/SOGo+DAV.m index a2cb7800b..3dee17683 100644 --- a/Main/SOGo+DAV.m +++ b/Main/SOGo+DAV.m @@ -1,6 +1,6 @@ /* SOGo+DAV.m - this file is part of SOGo * - * Copyright (C) 2010-2013 Inverse inc. + * Copyright (C) 2010-2016 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -179,9 +179,8 @@ [hrefs addObject: [self davURLAsString]]; } -- (NSDictionary *) - _handlePrincipalMatchPrincipalProperty: (id ) child - inContext: (WOContext *) localContext +- (NSDictionary *) _handlePrincipalMatchPrincipalProperty: (id ) child + inContext: (WOContext *) localContext { NSMutableArray *hrefs; NSDictionary *response; diff --git a/SoObjects/Appointments/SOGoUserFolder+Appointments.m b/SoObjects/Appointments/SOGoUserFolder+Appointments.m index c495527f2..cc9dfd6dc 100644 --- a/SoObjects/Appointments/SOGoUserFolder+Appointments.m +++ b/SoObjects/Appointments/SOGoUserFolder+Appointments.m @@ -1,6 +1,6 @@ /* SOGoUserFolder+Appointments.m - this file is part of SOGo * - * Copyright (C) 2008-2014 Inverse inc. + * Copyright (C) 2008-2016 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by