summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Pino Garcia <dpino@igalia.com>2021-01-21 11:41:52 +0800
committerPatrick Griffis <tingping@tingping.se>2021-04-13 21:14:37 +0000
commitb2eb65d4637d99d29e1ab64d5ff29631aa759e8b (patch)
tree2bde68a04756beaf7c622bfe834e7a112ab414a1
parent97994c2a5e41163ea02d0b03deca488c08735765 (diff)
downloadlibsoup-b2eb65d4637d99d29e1ab64d5ff29631aa759e8b.tar.gz
tests: add full license in tests/autobahn/soup-autobahn-test-client.c
-rw-r--r--tests/autobahn/soup-autobahn-test-client.c19
1 files changed, 18 insertions, 1 deletions
diff --git a/tests/autobahn/soup-autobahn-test-client.c b/tests/autobahn/soup-autobahn-test-client.c
index ba35eef1..b4f01b13 100644
--- a/tests/autobahn/soup-autobahn-test-client.c
+++ b/tests/autobahn/soup-autobahn-test-client.c
@@ -1,6 +1,23 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- * Copyright (C) 2019 Igalia S.L.
+ * soup-autobahn-test-client.c
+ *
+ * Copyright (C) 2021 Igalia S.L.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library 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, see <http://www.gnu.org/licenses/>.
+ *
+ * SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include <stdio.h>