summaryrefslogtreecommitdiff
path: root/src/cr-doc-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-doc-handler.c')
-rw-r--r--src/cr-doc-handler.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cr-doc-handler.c b/src/cr-doc-handler.c
index de8fb74..6ff51e6 100644
--- a/src/cr-doc-handler.c
+++ b/src/cr-doc-handler.c
@@ -3,8 +3,6 @@
/*
* This file is part of The Croco Library
*
- * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org>
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2.1 of the GNU Lesser General Public
* License as published by the Free Software Foundation.
@@ -18,6 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
+ *
+ * See COPRYRIGHTS file for copyright information.
*/
#include "cr-doc-handler.h"
@@ -72,7 +72,6 @@ cr_doc_handler_new (void)
return NULL;
}
- cr_doc_handler_ref (result);
cr_doc_handler_set_default_sac_handler (result);
return result;