summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2023-05-02 11:03:49 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2023-05-02 11:03:49 +0100
commite8c1bdbf4ff85a63a3ca437e34a1e7f89ac10145 (patch)
treeba652a2f40e01685833992e453bf58c8c9d4b9fa
parenta1bee97d4f093db01dee834bf3292eabd5b13d17 (diff)
downloadglib-e8c1bdbf4ff85a63a3ca437e34a1e7f89ac10145.tar.gz
tests: Add copyright/licensing header to assert-msg-test
This is put together through git archaeology: ``` git log -- glib/tests/assert-msg-test.c tests/assert-msg-test.c ``` The following commits were too trivial to have meaningful copyright: - 8e59d8602ca5921d78245f5d2b405b517a5e7cf9 - 44c004c84e9080040ff4e0e90b322dda0561cf85 - 207b8cb8a50d68e207d28b59e588311a5cbd9772 - a1bee97d4f093db01dee834bf3292eabd5b13d17 Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #1415
-rw-r--r--glib/tests/assert-msg-test.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/glib/tests/assert-msg-test.c b/glib/tests/assert-msg-test.c
index 87e75b794..e91b1f4c3 100644
--- a/glib/tests/assert-msg-test.c
+++ b/glib/tests/assert-msg-test.c
@@ -1,3 +1,23 @@
+/* GLib testing framework examples and tests
+ *
+ * Copyright © 2009 Canonical Limited
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <glib.h>
int