summaryrefslogtreecommitdiff
path: root/Makefile.meson
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2021-01-31 23:10:29 +0100
committerChristian Persch <chpe@src.gnome.org>2021-01-31 23:10:29 +0100
commit5e14529d4219f3792690566ef7ec70febd87e070 (patch)
tree8c8bd3394d7120fce754fd5b47edbf1a8fa29507 /Makefile.meson
parenta40bf76e8b6a6222e680cd4793b7042e2b052474 (diff)
downloadvte-5e14529d4219f3792690566ef7ec70febd87e070.tar.gz
all: Clean up licence headers
Unify the licence headers so that all same-licensed files use the exact same text. For some time now, libvte has been effectively LGPL3+ due to newer files being LGPL3+ only while some older files were still nominally LGPL2+ as per their licence headers. Exercise the "or (at your option) any later version" upgrade option to henceforth use, modify and distribute all these files under LGPL3+ only.
Diffstat (limited to 'Makefile.meson')
-rw-r--r--Makefile.meson16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.meson b/Makefile.meson
index a7b97472..4917fb23 100644
--- a/Makefile.meson
+++ b/Makefile.meson
@@ -1,14 +1,14 @@
# Copyright © 2019 Christian Persch
#
-# 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 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 3 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.
+# 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 <https://www.gnu.org/licenses/>.