aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-20 20:15:05 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-20 20:15:05 +0300
commit9d7ec5d8cc6ca98b3abb3fc67bf4292faba7e2d6 (patch)
treec7cf80552508c34eb6dc6c4fe4031301d1745890
parentdf59e148ac7b5fa46959c89f206572738735e121 (diff)
downloadwydawca-9d7ec5d8cc6ca98b3abb3fc67bf4292faba7e2d6.tar.gz
wydawca-9d7ec5d8cc6ca98b3abb3fc67bf4292faba7e2d6.tar.bz2
Add missing copyright statements
-rw-r--r--tests/cwdrepl.c16
-rw-r--r--tests/unp01.at15
-rw-r--r--tests/wyasync.c73
3 files changed, 73 insertions, 31 deletions
diff --git a/tests/cwdrepl.c b/tests/cwdrepl.c
index 31cf305..9394520 100644
--- a/tests/cwdrepl.c
+++ b/tests/cwdrepl.c
@@ -26,6 +26,22 @@ DESCRIPTION
of the logical current working directory name with the string PWD, instead
of the default dot.
+LICENSE
+ Copyright (C) 2017-2020 Sergey Poznyakoff
+
+ 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; 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program. If not, see <http://www.gnu.org/licenses/>. */
+
HISTORY
2017-06-07 The program appeared in the GNU mailutils testsuite (see
diff --git a/tests/unp01.at b/tests/unp01.at
index d59ba5c..0a804c2 100644
--- a/tests/unp01.at
+++ b/tests/unp01.at
@@ -1,3 +1,18 @@
+# Test legacy upload notification requests -*- Autotest -*-
+# Copyright (C) 2020 Sergey Poznyakoff
+#
+# Wydawca 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, or (at your option)
+# any later version.
+#
+# Wydawca 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 Wydawca. If not, see <http://www.gnu.org/licenses/>.
AT_SETUP([Multiple successful uploads])
AT_KEYWORDS([uploads unp unp01])
diff --git a/tests/wyasync.c b/tests/wyasync.c
index a4bafea..2664cf1 100644
--- a/tests/wyasync.c
+++ b/tests/wyasync.c
@@ -1,49 +1,60 @@
+/* wydawca - automatic release submission daemon
+ Copyright (C) 2020 Sergey Poznyakoff
+
+ Wydawca 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.
+
+ Wydawca 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 wydawca. If not, see <http://www.gnu.org/licenses/>. */
+
/*
NAME
-
- wyasync - wydawca inotify test tool
+ wyasync - wydawca inotify test tool
SYNOPSIS
-
- wyasync [OPTIONS] -- COMMAND
+ wyasync [OPTIONS] -- COMMAND
DESCRIPTION
-
- Starts two programs: wydawca in foreground mode, and COMMAND. Waits for
- COMMAND to terminate, shuts down wydawca and exits with the exit code of
- COMMAND.
+ Starts two programs: wydawca in foreground mode, and COMMAND. Waits for
+ COMMAND to terminate, shuts down wydawca and exits with the exit code of
+ COMMAND.
OPTIONS
-
- -c FILE
- Name of the configuration file.
+ -c FILE
+ Name of the configuration file.
- -p NAME
- Full pathname of the "wydawca" binary.
+ -p NAME
+ Full pathname of the "wydawca" binary.
- -t N
- Time allotted for the COMMAND to terminate. Default is 60 seconds.
+ -t N
+ Time allotted for the COMMAND to terminate. Default is 60 seconds.
- -w ARG
- Pass ARG to wydawca verbatim.
+ -w ARG
+ Pass ARG to wydawca verbatim.
EXIT STATUS
-
- On error conditions, exits with the following codes:
+ On error conditions, exits with the following codes:
- 64
- Command line usage error.
- 65
- wydawca terminated prematurely.
- 66
- COMMAND timed out.
- 67
- Operating system error (can't open file, dup fd, etc).
- 68
- Internal software error.
+ 64
+ Command line usage error.
+ 65
+ wydawca terminated prematurely.
+ 66
+ COMMAND timed out.
+ 67
+ Operating system error (can't open file, dup fd, etc).
+ 68
+ Internal software error.
- On success, exits with the exit code of COMMAND. The latter should not
- use exit codes described above.
+ On success, exits with the exit code of COMMAND. The latter should not
+ use exit codes described above.
*/
#include <config.h>

Return to:

Send suggestions and report system problems to the System administrator.