From 5e14529d4219f3792690566ef7ec70febd87e070 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 31 Jan 2021 23:10:29 +0100 Subject: 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. --- src/parser-charset-tables.hh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/parser-charset-tables.hh') diff --git a/src/parser-charset-tables.hh b/src/parser-charset-tables.hh index 5e1ac218..47be8eb2 100644 --- a/src/parser-charset-tables.hh +++ b/src/parser-charset-tables.hh @@ -1,18 +1,18 @@ /* * Copyright © 2018 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 . + * You should have received a copy of the GNU Lesser General Public License + * along with this library. If not, see . */ #define IR(num) VTE_CHARSET_ISO_2375_IR_##num -- cgit v1.2.1