summaryrefslogtreecommitdiff
path: root/src/image.hh
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 /src/image.hh
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 'src/image.hh')
-rw-r--r--src/image.hh16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/image.hh b/src/image.hh
index c61c5405..6f88a123 100644
--- a/src/image.hh
+++ b/src/image.hh
@@ -2,18 +2,18 @@
* Copyright © 2016-2020 Hayaki Saito <saitoha@me.com>
* Copyright © 2020 Hans Petter Jansson <hpj@cl.no>
*
- * 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.
+ * 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 <https://www.gnu.org/licenses/>.
+ * 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/>.
*/
#pragma once