summaryrefslogtreecommitdiff
diff options
authorSergey Poznyakoff <[email protected]>2021-12-16 11:59:52 +0200
committerSergey Poznyakoff <[email protected]>2021-12-16 12:05:52 +0200
commit51dbd394200264fbc3a3cccbedacf836477cc2bb (patch)
tree266eafb1d5cba627ed2763dd12627e2942b0825b
parentdbf66b869314562c495b67a30ca5efd8c9a02d66 (diff)
downloadmicron-master.tar.gz
Change official package name to GNU micronHEADmaster
-rw-r--r--Makefile.am8
-rw-r--r--NEWS7
-rw-r--r--README4
-rw-r--r--configure.ac12
-rw-r--r--doc/Makefile.am8
-rw-r--r--doc/crontab.18
-rw-r--r--doc/crontab.58
-rw-r--r--doc/micron.texi2
-rw-r--r--doc/micrond.88
-rw-r--r--src/Makefile.am8
-rw-r--r--src/closefds.c8
-rw-r--r--src/crontab.c8
-rw-r--r--src/defs.h8
-rw-r--r--src/list.h8
-rw-r--r--src/micron.c8
-rw-r--r--src/micron.h8
-rw-r--r--src/micron_log.c8
-rw-r--r--src/micron_log.h8
-rw-r--r--src/micrond.c8
-rw-r--r--src/micrond.h8
-rw-r--r--src/patmatch.c8
-rw-r--r--src/progname.c8
-rw-r--r--src/runner.c8
-rw-r--r--src/tempfile.c8
-rw-r--r--src/watcher.c8
-rw-r--r--tests/Makefile.am8
-rw-r--r--tests/atlocal.in8
-rw-r--r--tests/day.at10
-rw-r--r--tests/dom.at10
-rw-r--r--tests/dow.at10
-rw-r--r--tests/ftt.c2
-rw-r--r--tests/hr.at10
-rw-r--r--tests/linecont.at8
-rw-r--r--tests/logger.c8
-rw-r--r--tests/mail.at10
-rw-r--r--tests/maxinst.at12
-rw-r--r--tests/min.at10
-rw-r--r--tests/next.at8
-rw-r--r--tests/outfile.at8
-rw-r--r--tests/parser.at8
-rw-r--r--tests/parsetest.c8
-rw-r--r--tests/syslog.at8
-rw-r--r--tests/testsuite.at8
-rw-r--r--tests/timetest.c8
-rw-r--r--tests/vinput.at10
-rw-r--r--tests/vscope.at12
46 files changed, 191 insertions, 186 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f5c8de..73c3a64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,18 +1,18 @@
-## Top-level Makefile.am for micron.
+## Top-level Makefile.am for GNU micron.
## 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/>. */
ACLOCAL_AMFLAGS = -I m4 -I am
SUBDIRS=src doc tests
diff --git a/NEWS b/NEWS
index 1521e9a..c13e0d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
-micron -- history of user-visible changes. 2021-10-29
+GNU micron -- history of user-visible changes. 2021-12-16
See the end of file for copying conditions.
Please send micron bug reports to <[email protected]>
+Version 1.3.90 (git)
+
+* Micron is a part of GNU project
+
+
Version 1.3, 2021-10-29
* Appending cronjob output to a file
diff --git a/README b/README
index e4ea49d..dd76510 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Micron README
+GNU micron README
See the end of file for copying conditions.
* Overview
@@ -20,7 +20,7 @@ The documentation in various formats is available online at:
* Introduction
-Micron is an implementation of the UNIX cron daemon, a program that
+GNU micron is an implementation of the UNIX cron daemon, a program that
executes periodically various tasks. It aims to provide several
enhancements while being mostly backward-compatible with the two most
widely used cron implementations: Vixie and Dillon crons.
diff --git a/configure.ac b/configure.ac
index aceb408..715c8eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,27 +1,27 @@
-# 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/>. */
AC_PREREQ(2.63)
-AC_INIT([micron],[1.3],[[email protected]],[micron],
+AC_INIT([GNU micron],[1.3.90],[[email protected]],[micron],
[https://www.gnu.org.ua/software/micron])
AC_CONFIG_SRCDIR([src/micron.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIRS([m4])
-AM_INIT_AUTOMAKE([1.15 foreign tar-ustar silent-rules])
+AM_INIT_AUTOMAKE([1.15 gnu tar-ustar silent-rules])
# Enable silent rules by default:
AM_SILENT_RULES([yes])
# Checks for programs.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9ab20d0..a6c8658 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,18 +1,18 @@
-## Makefile for the Micron documentation.
+## Makefile for the GNU micron documentation.
## 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/>. */
dist_man_MANS = micrond.8 crontab.1 crontab.5
info_TEXINFOS = micron.texi
micron_TEXINFOS = fdl.texi
diff --git a/doc/crontab.1 b/doc/crontab.1
index 50c4ad8..e8d591c 100644
--- a/doc/crontab.1
+++ b/doc/crontab.1
@@ -1,18 +1,18 @@
-.\" micron - a minimal cron implementation -*- nroff -*-
+.\" GNU micron - a minimal cron implementation -*- nroff -*-
.\" 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/>. */
.TH CRONTAB 1 "October 28, 2021" "CRONTAB" "General Commands Manual"
.SH NAME
crontab \- manipulate per-user and user-group crontabs
diff --git a/doc/crontab.5 b/doc/crontab.5
index 1862edc..0162df9 100644
--- a/doc/crontab.5
+++ b/doc/crontab.5
@@ -1,18 +1,18 @@
-.\" micron - a minimal cron implementation -*- nroff -*-
+.\" GNU micron - a minimal cron implementation -*- nroff -*-
.\" 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/>. */
.TH CRONTAB 5 "January 25, 2021" "CRONTAB" "File Formats Manual"
.SH NAME
crontab \- tables for driving micrond
diff --git a/doc/micron.texi b/doc/micron.texi
index d8e5370..3e86c08 100644
--- a/doc/micron.texi
+++ b/doc/micron.texi
@@ -1,7 +1,7 @@
\input texinfo @c -*- texinfo -*-
@setfilename micron.info
@c %**start of header
-@settitle Micron Manual
+@settitle GNU Micron Manual
@setchapternewpage odd
@defcodeindex pr
diff --git a/doc/micrond.8 b/doc/micrond.8
index 6f133dc..232f1c0 100644
--- a/doc/micrond.8
+++ b/doc/micrond.8
@@ -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/>. */
.TH MICROND 8 "October 28, 2021" "MICROND" "System Manager's Manual"
.SH NAME
micrond \- a minimal cron implementation
diff --git a/src/Makefile.am b/src/Makefile.am
index 50a344e..b18ff4f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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/>. */
sbin_PROGRAMS=micrond
micrond_SOURCES=\
diff --git a/src/closefds.c b/src/closefds.c
index 4677ed1..c754468 100644
--- a/src/closefds.c
+++ b/src/closefds.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>
diff --git a/src/crontab.c b/src/crontab.c
index 757422e..d115553 100644
--- a/src/crontab.c
+++ b/src/crontab.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>
#include <stdio.h>
diff --git a/src/defs.h b/src/defs.h
index d569d61..ef6810d 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -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/>. */
/* Exit codes. */
enum {
diff --git a/src/list.h b/src/list.h
index 98f2274..3394912 100644
--- a/src/list.h
+++ b/src/list.h
@@ -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/>. */
struct list_head {
struct list_head *prev, *next;
diff --git a/src/micron.c b/src/micron.c
index 5821d46..90296d9 100644
--- a/src/micron.c
+++ b/src/micron.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/>. */
#ifdef HAVE_CONFIG_H
# include "config.h"
diff --git a/src/micron.h b/src/micron.h
index aa4ea73..3690907 100644
--- a/src/micron.h
+++ b/src/micron.h
@@ -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 <time.h>
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>
diff --git a/src/micron_log.h b/src/micron_log.h
index 3298207..46b6dc2 100644
--- a/src/micron_log.h
+++ b/src/micron_log.h
@@ -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 <stdarg.h>
diff --git a/src/micrond.c b/src/micrond.c
index d160c47..d866e96 100644
--- a/src/micrond.c
+++ b/src/micrond.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>
#include <stdio.h>
diff --git a/src/micrond.h b/src/micrond.h
index 735c4e5..f54ac7a 100644
--- a/src/micrond.h
+++ b/src/micrond.h
@@ -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 <time.h>
#include "micron.h"
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>
diff --git a/src/progname.c b/src/progname.c
index e32995a..9f711ca 100644
--- a/src/progname.c
+++ b/src/progname.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 <stdio.h>
#include <string.h>
diff --git a/src/runner.c b/src/runner.c
index 0214d4c..33fae71 100644
--- a/src/runner.c
+++ b/src/runner.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 <stdio.h>
diff --git a/src/tempfile.c b/src/tempfile.c
index a90ce1a..e30ff02 100644
--- a/src/tempfile.c
+++ b/src/tempfile.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>
diff --git a/src/watcher.c b/src/watcher.c
index 493f91b..5ea80f2 100644
--- a/src/watcher.c
+++ b/src/watcher.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>
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c99ccee..46f3702 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,19 +1,19 @@
-## Makefile for the Micron testsuite.
+## Makefile for the GNU micron testsuite.
## Process this file with automake to produce Makefile.in.
## 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/>. */
##
EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4
DISTCLEANFILES = atconfig $(check_SCRIPTS)
diff --git a/tests/atlocal.in b/tests/atlocal.in
index b355169..f014e89 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,19 +1,19 @@
# @configure_input@ -*- shell-script -*-
-# Configurable variable values for Micron test suite.
+# Configurable variable values for GNU micron test suite.
# 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/>. */
PATH=@abs_builddir@:@abs_top_builddir@/src:$srcdir:$PATH
FAKETIME_LIBDIR=@FAKETIME_LIBDIR@
diff --git a/tests/day.at b/tests/day.at
index 2239449..a79682d 100644
--- a/tests/day.at
+++ b/tests/day.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([daily])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
@@ -44,7 +44,7 @@ micronh -t 5.5 \
[micrond: 2020-12-28T00: [[DEBUG]] rescanning crontabs
micrond: 2020-12-28T00: [[DEBUG]] scanning crongroup master: conf
micrond: 2020-12-28T00: [[INFO]] reading conf/crontab
-micrond: 2020-12-28T00: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: 2020-12-28T00: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: 2020-12-28T00: [[INFO]] running reboot jobs
micrond: 2020-12-29T00: [[DEBUG]] running "echo Run daily" on behalf of 0.0
micrond: 2020-12-30T00: [[DEBUG]] running "echo Run daily" on behalf of 0.0
diff --git a/tests/dom.at b/tests/dom.at
index 059e59c..85b81fa 100644
--- a/tests/dom.at
+++ b/tests/dom.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([day of month])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
@@ -44,7 +44,7 @@ micronh -t 28 \
[micrond: 2021-10-01T00: [[DEBUG]] rescanning crontabs
micrond: 2021-10-01T00: [[DEBUG]] scanning crongroup master: conf
micrond: 2021-10-01T00: [[INFO]] reading conf/crontab
-micrond: 2021-10-01T00: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: 2021-10-01T00: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: 2021-10-01T00: [[INFO]] running reboot jobs
micrond: 2021-10-03T12: [[DEBUG]] running "echo Day of Month" on behalf of 0.0
micrond: 2021-10-05T12: [[DEBUG]] running "echo Day of Month" on behalf of 0.0
diff --git a/tests/dow.at b/tests/dow.at
index d063f51..850f389 100644
--- a/tests/dow.at
+++ b/tests/dow.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([day of week])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
@@ -44,7 +44,7 @@ micronh -t 15 \
[micrond: 2021-10-01T00: [[DEBUG]] rescanning crontabs
micrond: 2021-10-01T00: [[DEBUG]] scanning crongroup master: conf
micrond: 2021-10-01T00: [[INFO]] reading conf/crontab
-micrond: 2021-10-01T00: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: 2021-10-01T00: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: 2021-10-01T00: [[INFO]] running reboot jobs
micrond: 2021-10-01T12: [[DEBUG]] running "echo Each Monday and Friday" on behalf of 0.0
micrond: 2021-10-04T12: [[DEBUG]] running "echo Each Monday and Friday" on behalf of 0.0
diff --git a/tests/ftt.c b/tests/ftt.c
index 9953a2e..ac55e8d 100644
--- a/tests/ftt.c
+++ b/tests/ftt.c
@@ -20,7 +20,7 @@
NOTE
Support for pthread_cond_timedwait appeared in version 0.9.8 of
- libfaketime (commit fb91c4fcde). It is crucial for micron testsuite.
+ libfaketime (commit fb91c4fcde). It is crucial for GNU micron testsuite.
LICENSE
Copyright (C) 2020-2021 Sergey Poznyakoff
diff --git a/tests/hr.at b/tests/hr.at
index ced7dda..a73fe4b 100644
--- a/tests/hr.at
+++ b/tests/hr.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([hourly])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
@@ -44,7 +44,7 @@ micronh -t 5.5 \
[micrond: 2021-12-31T21:00: [[DEBUG]] rescanning crontabs
micrond: 2021-12-31T21:00: [[DEBUG]] scanning crongroup master: conf
micrond: 2021-12-31T21:00: [[INFO]] reading conf/crontab
-micrond: 2021-12-31T21:00: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: 2021-12-31T21:00: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: 2021-12-31T21:00: [[INFO]] running reboot jobs
micrond: 2021-12-31T22:00: [[DEBUG]] running "echo Run hourly" on behalf of 0.0
micrond: 2021-12-31T23:00: [[DEBUG]] running "echo Run hourly" on behalf of 0.0
diff --git a/tests/linecont.at b/tests/linecont.at
index 0699f63..96618c8 100644
--- a/tests/linecont.at
+++ b/tests/linecont.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([line continuations])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
AT_CHECK([mkdir conf])
diff --git a/tests/logger.c b/tests/logger.c
index 2df7ab8..4291ec4 100644
--- a/tests/logger.c
+++ b/tests/logger.c
@@ -1,18 +1,18 @@
-/* This file is part of micron testsuite
+/* This file is part of GNU micron testsuite
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 <stdio.h>
diff --git a/tests/mail.at b/tests/mail.at
index 25a12a2..bdb5dd5 100644
--- a/tests/mail.at
+++ b/tests/mail.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([mailing cronjob output])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
@@ -42,7 +42,7 @@ micronh -e LD_PRELOAD=$FAKELIB_PRELOAD \
[micrond: [[DEBUG]] rescanning crontabs
micrond: [[DEBUG]] scanning crongroup master: conf
micrond: [[INFO]] reading conf/crontab
-micrond: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: [[INFO]] running reboot jobs
micrond: [[DEBUG]] running "cat textfile" on behalf of 0.0
micrond: [[DEBUG]] exit=0, command="cat textfile"
diff --git a/tests/maxinst.at b/tests/maxinst.at
index ed21eab..f86196b 100644
--- a/tests/maxinst.at
+++ b/tests/maxinst.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([Max. instances])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
AT_CHECK([mkdir conf])
@@ -43,7 +43,7 @@ micronh -t 4.7 \
[micrond: 2021-01-01T00:00: [[DEBUG]] rescanning crontabs
micrond: 2021-01-01T00:00: [[DEBUG]] scanning crongroup master: conf
micrond: 2021-01-01T00:00: [[INFO]] reading conf/crontab
-micrond: 2021-01-01T00:00: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: 2021-01-01T00:00: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: 2021-01-01T00:00: [[INFO]] running reboot jobs
micrond: 2021-01-01T00:01: [[DEBUG]] running "sleep 90" on behalf of 0.0
micrond: 2021-01-01T00:02: [[DEBUG]] running "sleep 90" on behalf of 0.0
@@ -84,7 +84,7 @@ micronh -t 6.5 \
[micrond: 2021-01-01T00:00: [[DEBUG]] rescanning crontabs
micrond: 2021-01-01T00:00: [[DEBUG]] scanning crongroup master: conf
micrond: 2021-01-01T00:00: [[INFO]] reading conf/crontab.2
-micrond: 2021-01-01T00:00: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: 2021-01-01T00:00: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: 2021-01-01T00:00: [[INFO]] running reboot jobs
micrond: 2021-01-01T00:01: [[DEBUG]] running "sleep 150" on behalf of 0.0
micrond: 2021-01-01T00:02: [[DEBUG]] running "sleep 150" on behalf of 0.0
diff --git a/tests/min.at b/tests/min.at
index 25d8ed2..a888f35 100644
--- a/tests/min.at
+++ b/tests/min.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([each minute])
@@ -43,7 +43,7 @@ micronh -t 9.5 \
[micrond: 2021-12-31T23:57: [[DEBUG]] rescanning crontabs
micrond: 2021-12-31T23:57: [[DEBUG]] scanning crongroup master: conf
micrond: 2021-12-31T23:57: [[INFO]] reading conf/crontab
-micrond: 2021-12-31T23:57: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: 2021-12-31T23:57: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: 2021-12-31T23:57: [[INFO]] running reboot jobs
micrond: 2021-12-31T23:58: [[DEBUG]] running "echo Run each minute" on behalf of 0.0
micrond: 2021-12-31T23:58: [[DEBUG]] exit=0, command="echo Run each minute"
diff --git a/tests/next.at b/tests/next.at
index a0eb15f..10c9031 100644
--- a/tests/next.at
+++ b/tests/next.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([next time calculation])
AT_CHECK([timetest],
[0],
diff --git a/tests/outfile.at b/tests/outfile.at
index 9d082be..db2fe08 100644
--- a/tests/outfile.at
+++ b/tests/outfile.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([File output])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
AT_CHECK([mkdir conf])
diff --git a/tests/parser.at b/tests/parser.at
index 24edfd6..3655ae4 100644
--- a/tests/parser.at
+++ b/tests/parser.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([cron expression parser])
AT_CHECK([parsetest],
[0],
diff --git a/tests/parsetest.c b/tests/parsetest.c
index bee29a7..3711c5e 100644
--- a/tests/parsetest.c
+++ b/tests/parsetest.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/>. */
#ifdef HAVE_CONFIG_H
# include "config.h"
diff --git a/tests/syslog.at b/tests/syslog.at
index fb0f121..16c6f5f 100644
--- a/tests/syslog.at
+++ b/tests/syslog.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([Syslog output])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
AT_CHECK([mkdir conf])
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 13209cf..1ed0e17 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
m4_version_prereq([2.52g])
AT_TESTED([micrond])
AT_INIT
diff --git a/tests/timetest.c b/tests/timetest.c
index 2801966..532a3a7 100644
--- a/tests/timetest.c
+++ b/tests/timetest.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/>. */
#ifdef HAVE_CONFIG_H
# include "config.h"
diff --git a/tests/vinput.at b/tests/vinput.at
index 35c342f..dca1c62 100644
--- a/tests/vinput.at
+++ b/tests/vinput.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([Vixie-style input])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
AT_CHECK([mkdir conf])
@@ -36,7 +36,7 @@ micronh -e LD_PRELOAD=$FAKELIB_PRELOAD \
[micrond: [[DEBUG]] rescanning crontabs
micrond: [[DEBUG]] scanning crongroup master: conf
micrond: [[INFO]] reading conf/crontab
-micrond: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: [[INFO]] running reboot jobs
micrond: [[DEBUG]] running "cat > output" on behalf of 0.0
micrond: [[DEBUG]] exit=0, command="cat > output"
diff --git a/tests/vscope.at b/tests/vscope.at
index 543b52b..c42214b 100644
--- a/tests/vscope.at
+++ b/tests/vscope.at
@@ -1,18 +1,18 @@
-# This file is part of Micron testsuite. -*- autotest -*-
+# This file is part of GNU micron testsuite. -*- autotest -*-
# 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/>. */
AT_SETUP([Variable scope])
AT_SKIP_IF([test -z "$FAKELIB_PRELOAD"])
AT_CHECK([mkdir conf conf/cron.d])
@@ -49,7 +49,7 @@ micrond: [[DEBUG]] scanning crongroup master: conf
micrond: [[INFO]] reading conf/crontab
micrond: [[DEBUG]] scanning crongroup system: conf/cron.d
micrond: [[INFO]] reading conf/cron.d/5
-micrond: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: [[INFO]] running reboot jobs
micrond: [[DEBUG]] running "echo First minute" on behalf of 0.0
micrond: [[DEBUG]] exit=0, command="echo First minute"
@@ -113,7 +113,7 @@ micrond: [[DEBUG]] scanning crongroup master: conf
micrond: [[INFO]] reading conf/crontab
micrond: [[DEBUG]] scanning crongroup system: conf/cron.d
micrond: [[INFO]] reading conf/cron.d/5
-micrond: [[NOTICE]] cron (micron AT_PACKAGE_VERSION) started
+micrond: [[NOTICE]] cron (AT_PACKAGE_STRING) started
micrond: [[INFO]] running reboot jobs
micrond: [[DEBUG]] running "echo First minute" on behalf of 0.0
micrond: [[DEBUG]] exit=0, command="echo First minute"