~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to calendar/libedata-cal/e-cal-backend-cache.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
5
5
 *
6
 
 * Authors: Rodrigo Moya <rodrigo@ximian.com>
7
 
 *
8
 
 * This library is free software you can redistribute it and/or modify it
 
6
 * This library is free software: you can redistribute it and/or modify it
9
7
 * under the terms of the GNU Lesser General Public License as published by
10
8
 * the Free Software Foundation.
11
9
 *
12
10
 * This library is distributed in the hope that it will be useful, but
13
11
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14
 
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15
 
 *for more details.
 
12
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
 
13
 * for more details.
16
14
 *
17
15
 * You should have received a copy of the GNU Lesser General Public License
18
 
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 
16
 * along with this library. If not, see <http://www.gnu.org/licenses/>.
 
17
 *
 
18
 * Authors: Rodrigo Moya <rodrigo@ximian.com>
19
19
 */
20
20
 
21
21
/**