summaryrefslogtreecommitdiffstats
path: root/autoreload_inotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'autoreload_inotify.c')
-rw-r--r--autoreload_inotify.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/autoreload_inotify.c b/autoreload_inotify.c
index 7c5b09a..7982e0d 100644
--- a/autoreload_inotify.c
+++ b/autoreload_inotify.c
@@ -1,22 +1,22 @@
/* Copyright 2017 Max Voit, Bert Muennich
*
- * This file is part of sxiv.
+ * This file is a part of nsxiv.
*
- * sxiv is free software; you can redistribute it and/or modify
+ * nsxiv 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.
*
- * sxiv is distributed in the hope that it will be useful,
+ * nsxiv 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 sxiv. If not, see <http://www.gnu.org/licenses/>.
+ * along with nsxiv. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sxiv.h"
+#include "nsxiv.h"
#include <errno.h>
#include <stdlib.h>