From 0e0705a69244470d64b785ee0bcda1638f83accb Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 22 Feb 2011 18:35:33 -0500 Subject: [PATCH] Backported XML export fixes from master --- citadel/modules/migrate/serv_migrate.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/citadel/modules/migrate/serv_migrate.c b/citadel/modules/migrate/serv_migrate.c index e4f06906d..ae149e078 100644 --- a/citadel/modules/migrate/serv_migrate.c +++ b/citadel/modules/migrate/serv_migrate.c @@ -1,11 +1,9 @@ /* - * $Id$ - * * This module dumps and/or loads the Citadel database in XML format. * - * Copyright (c) 1987-2010 by the citadel.org team + * Copyright (c) 1987-2011 by the citadel.org team * - * This program is free software; you can redistribute it and/or modify + * This program is open source 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 3 of the License, or * (at your option) any later version. -- 2.30.2