summaryrefslogtreecommitdiff
path: root/src/patmatch.c
diff options
Diffstat (limited to 'src/patmatch.c')
-rw-r--r--src/patmatch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/patmatch.c b/src/patmatch.c
index ed6246b..e54a388 100644
--- a/src/patmatch.c
+++ b/src/patmatch.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>