[pygobject/pygobject-3-30] gimarshallingtestsextra.c/h: relicense to LGPLv2.1+. Fixes #320



commit 387807878d1055c1ca75303fe87638cd2226c566
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Fri Apr 12 22:06:31 2019 +0200

    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.

 tests/gimarshallingtestsextra.c | 16 ++++++++--------
 tests/gimarshallingtestsextra.h | 16 ++++++++--------
 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]