summaryrefslogtreecommitdiff
path: root/droute
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-08-28 10:40:46 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-08-28 10:40:46 -0500
commit468b527d8ad73e934dd03a2de6745995d8304435 (patch)
tree31f03d3f1e3b462403ae07e6d25b8520b3161cb5 /droute
parent6088d00b218177fcb75827a236b19cd21b932978 (diff)
downloadat-spi2-atk-468b527d8ad73e934dd03a2de6745995d8304435.tar.gz
Relicense as LGPL 2.1
Fixes https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/2
Diffstat (limited to 'droute')
-rw-r--r--droute/droute-pairhash.c8
-rw-r--r--droute/droute-pairhash.h8
-rw-r--r--droute/droute-variant.c8
-rw-r--r--droute/droute-variant.h8
-rw-r--r--droute/droute.c8
-rw-r--r--droute/droute.h8
6 files changed, 24 insertions, 24 deletions
diff --git a/droute/droute-pairhash.c b/droute/droute-pairhash.c
index 4d07bc9..404b436 100644
--- a/droute/droute-pairhash.c
+++ b/droute/droute-pairhash.c
@@ -5,16 +5,16 @@
* Copyright 2008 Codethink Ltd.
*
* 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/droute/droute-pairhash.h b/droute/droute-pairhash.h
index 86bbb2a..1cc0c1c 100644
--- a/droute/droute-pairhash.h
+++ b/droute/droute-pairhash.h
@@ -5,16 +5,16 @@
* Copyright 2008 Codethink Ltd.
*
* 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/droute/droute-variant.c b/droute/droute-variant.c
index 019d161..b877bb7 100644
--- a/droute/droute-variant.c
+++ b/droute/droute-variant.c
@@ -5,16 +5,16 @@
* Copyright 2008 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/droute/droute-variant.h b/droute/droute-variant.h
index 2168d36..4fa0719 100644
--- a/droute/droute-variant.h
+++ b/droute/droute-variant.h
@@ -5,16 +5,16 @@
* Copyright 2008 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/droute/droute.c b/droute/droute.c
index cce14f3..3955a91 100644
--- a/droute/droute.c
+++ b/droute/droute.c
@@ -6,16 +6,16 @@
* Copyright 2008 Codethink Ltd.
*
* 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/droute/droute.h b/droute/droute.h
index 9f046aa..68c113d 100644
--- a/droute/droute.h
+++ b/droute/droute.h
@@ -6,16 +6,16 @@
* Copyright 2008 Codethink Ltd.
*
* 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.