summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test4-main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test4-main.c b/tests/test4-main.c
index 5db1383..4d0b68e 100644
--- a/tests/test4-main.c
+++ b/tests/test4-main.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 COPYRIGHTS file for copyrights information.
*/
/*
@@ -39,7 +39,7 @@ const guchar * gv_decl_buf =
"toto: tutu, tata" ;
const guchar * gv_decl_list_buf =
-"toto: titi; prop1:val1 ; prop2:val2" ;
+"toto: titi; prop1:val1 ; prop2:val2;" ;
const guchar *gv_ruleset_buf =
"s1 > s2 {toto: tutu, tata} "