summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-04-12 22:06:31 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-04-12 22:11:44 +0200
commitc657ece7066ccf4ee5deb8dd196368d3e9005393 (patch)
treeb5fab1eff8c581e358dc13b2c484553e534569e8 /tests
parent3f0fff6bdce67636d33730ed7b9214fff19e74e7 (diff)
downloadpygobject-c657ece7066ccf4ee5deb8dd196368d3e9005393.tar.gz
gimarshallingtestsextra.c/h: relicense to LGPLv2.1+. Fixes #320
These files had contributions from Thibault Saunier, Aurelien Jarno, Mathieu Duponchelle and me. All agreed to provide their contribution under the LGPLv2.1+, see #320 for details. This makes the file licenses match the project license.
Diffstat (limited to 'tests')
-rw-r--r--tests/gimarshallingtestsextra.c16
-rw-r--r--tests/gimarshallingtestsextra.h16
2 files changed, 16 insertions, 16 deletions
diff --git a/tests/gimarshallingtestsextra.c b/tests/gimarshallingtestsextra.c
index 4debaf54..d4d61890 100644
--- a/tests/gimarshallingtestsextra.c
+++ b/tests/gimarshallingtestsextra.c
@@ -2,18 +2,18 @@
*
* Copyright (C) 2016 Thibault Saunier <tsaunier@gnome.org>
*
- * This file 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 3 of the
- * License, or (at your option) any later version.
+ * 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 file is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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 "gimarshallingtestsextra.h"
diff --git a/tests/gimarshallingtestsextra.h b/tests/gimarshallingtestsextra.h
index bc5f8fe5..68ce1d15 100644
--- a/tests/gimarshallingtestsextra.h
+++ b/tests/gimarshallingtestsextra.h
@@ -2,18 +2,18 @@
*
* Copyright (C) 2016 Thibault Saunier <tsaunier@gnome.org>
*
- * This file 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 3 of the
- * License, or (at your option) any later version.
+ * 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 file is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 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/>.
*/
#ifndef EXTRA_TESTS