]> git.proxmox.com Git - proxmox-mini-journalreader.git/commitdiff
fix copyright and license statement
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 May 2023 17:28:04 +0000 (19:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 May 2023 17:29:50 +0000 (19:29 +0200)
to match our canonical debian/copyright one use AGPL-3.0-or-later in
both, like we use for most of our other programs.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/mini-journalreader.c

index 7ce7857bc74035f1b876a615e96076fe0c3d010d..3188faaf05117cbee39664befd040c9b72a04f8c 100644 (file)
@@ -1,24 +1,19 @@
 /*
-    Copyright (C) 2019 Proxmox Server Solutions GmbH
-
-    Copyright: mini-journal is under GNU GPL, the GNU General Public License.
-
-    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; version 2 dated June, 1991.
-
-    This program 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.
-
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-    02111-1307, USA.
-
-    Author: Dominik Csapak <d.csapak@proxmox.com>
-*/
+ * mini-journalreader is a small tool to read ranges from the systemd journald
+ *
+ * Copyright (C) Proxmox Server Solutions GmbH
+ *
+ * This program is free software: you can redistribute it and/or modify it under the terms of the
+ * GNU Affero General Public License as published by the Free Software Foundation, either version 3
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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
+ * Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License along with this program.
+ * If not, see <https://www.gnu.org/licenses/>.
+ */
 
 #include <errno.h>
 #include <stdbool.h>