From bcc661b3a98976895553f571b59a91a406fa89cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Mon, 10 May 2021 21:09:10 +0300 Subject: handle: fix license headers --- libwnck/wnck-handle-private.h | 18 +++++++++--------- libwnck/wnck-handle.c | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/libwnck/wnck-handle-private.h b/libwnck/wnck-handle-private.h index 156821a..2449c74 100644 --- a/libwnck/wnck-handle-private.h +++ b/libwnck/wnck-handle-private.h @@ -1,18 +1,18 @@ /* * Copyright (C) 2021 Alberts Muktupāvels * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 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 Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * 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 General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library 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 Library General Public + * License along with this library; if not, see . */ #ifndef WNCK_HANDLE_PRIVATE_H diff --git a/libwnck/wnck-handle.c b/libwnck/wnck-handle.c index c49a640..cc4771a 100644 --- a/libwnck/wnck-handle.c +++ b/libwnck/wnck-handle.c @@ -1,18 +1,18 @@ /* * Copyright (C) 2021 Alberts Muktupāvels * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 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 Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * 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 General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library 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 Library General Public + * License along with this library; if not, see . */ #include "config.h" -- cgit v1.2.1