summaryrefslogtreecommitdiff
path: root/tests/cr-test-utils.c
diff options
context:
space:
mode:
authorGaël CHAMOULAUD <strider@src.gnome.org>2003-03-19 20:48:37 +0000
committerGaël CHAMOULAUD <strider@src.gnome.org>2003-03-19 20:48:37 +0000
commitcc7ec65a2b735e285047c7e0a61212337d7ab24c (patch)
tree13ab4cb7566b940a89aef2da17f20938b645b33c /tests/cr-test-utils.c
parent153f41b4116c4fbc732b0071a24822466accdea4 (diff)
downloadlibcroco-cc7ec65a2b735e285047c7e0a61212337d7ab24c.tar.gz
Relicense from GPL -> LGPL
Diffstat (limited to 'tests/cr-test-utils.c')
-rw-r--r--tests/cr-test-utils.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/cr-test-utils.c b/tests/cr-test-utils.c
index b39419e..e03955e 100644
--- a/tests/cr-test-utils.c
+++ b/tests/cr-test-utils.c
@@ -1,3 +1,23 @@
+/*
+ * 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.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ */
+
#include <string.h>
#include "cr-test-utils.h"