summaryrefslogtreecommitdiff
path: root/src/micron_log.c
diff options
Diffstat (limited to 'src/micron_log.c')
-rw-r--r--src/micron_log.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/micron_log.c b/src/micron_log.c
index b620c2c..21f4c49 100644
--- a/src/micron_log.c
+++ b/src/micron_log.c
@@ -1,18 +1,18 @@
-/* micron - a minimal cron implementation
+/* GNU micron - a minimal cron implementation
Copyright (C) 2020-2021 Sergey Poznyakoff
- Micron is free software; you can redistribute it and/or modify it
+ GNU micron 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 3 of the License, or (at your
option) any later version.
- Micron is distributed in the hope that it will be useful,
+ GNU micron 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 micron. If not, see <http://www.gnu.org/licenses/>. */
+ with GNU micron. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
#include <stdlib.h>