summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-08-28 10:39:34 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-08-28 10:39:34 -0500
commit1256988c433cf8b9e0780c13d66374cb057f7329 (patch)
treea8f449a642e0f47a7a6fc512a459a19d181d59d9 /dbind
parent91422f0ee38a0012a96e71c6249d6841ced362cc (diff)
downloadat-spi2-core-1256988c433cf8b9e0780c13d66374cb057f7329.tar.gz
Relicense as LGPL 2.1
Fixes https://gitlab.gnome.org/GNOME/at-spi2-core/issues/2
Diffstat (limited to 'dbind')
-rw-r--r--dbind/dbind-any.c8
-rw-r--r--dbind/dbind-any.h8
-rw-r--r--dbind/dbind.c8
-rw-r--r--dbind/dbind.h8
-rw-r--r--dbind/dbtest.c8
5 files changed, 20 insertions, 20 deletions
diff --git a/dbind/dbind-any.c b/dbind/dbind-any.c
index 72f16454..efdba738 100644
--- a/dbind/dbind-any.c
+++ b/dbind/dbind-any.c
@@ -2,16 +2,16 @@
* Copyright 2008-2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
diff --git a/dbind/dbind-any.h b/dbind/dbind-any.h
index d7a565a4..859c8953 100644
--- a/dbind/dbind-any.h
+++ b/dbind/dbind-any.h
@@ -2,16 +2,16 @@
* Copyright 2008-2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
diff --git a/dbind/dbind.c b/dbind/dbind.c
index 890a283c..e154f857 100644
--- a/dbind/dbind.c
+++ b/dbind/dbind.c
@@ -2,16 +2,16 @@
* Copyright 2008-2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
diff --git a/dbind/dbind.h b/dbind/dbind.h
index e093e573..0c10c7dd 100644
--- a/dbind/dbind.h
+++ b/dbind/dbind.h
@@ -2,16 +2,16 @@
* Copyright 2008-2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
diff --git a/dbind/dbtest.c b/dbind/dbtest.c
index 759322e2..4f585409 100644
--- a/dbind/dbtest.c
+++ b/dbind/dbtest.c
@@ -2,16 +2,16 @@
* Copyright 2008-2011 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.