summaryrefslogtreecommitdiff
path: root/src/clipboard-gtk.cc
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/clipboard-gtk.cc
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/clipboard-gtk.cc')
-rw-r--r--src/clipboard-gtk.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/clipboard-gtk.cc b/src/clipboard-gtk.cc
index 0a998973..a70c0eea 100644
--- a/src/clipboard-gtk.cc
+++ b/src/clipboard-gtk.cc
@@ -1,18 +1,18 @@
/*
* Copyright © 2020 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.
+ * 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 <https://www.gnu.org/licenses/>.
*/
#include "config.h"