summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2021-05-10 21:09:10 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2021-05-10 21:09:10 +0300
commitbcc661b3a98976895553f571b59a91a406fa89cf (patch)
tree235d0fd18abc18e601cd31a699a832e54518fed1
parentd161ed31914711b97a1c6ebef0558d80ce51113b (diff)
downloadlibwnck-bcc661b3a98976895553f571b59a91a406fa89cf.tar.gz
handle: fix license headers
-rw-r--r--libwnck/wnck-handle-private.h18
-rw-r--r--libwnck/wnck-handle.c18
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 <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"