aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-10-17 15:06:47 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-10-17 15:06:47 +0300
commita7f3e6adb0ffbe56d9b521522d22cf758ee6acb7 (patch)
tree3efa0003c978995a79742dbd15060f7737e2e59b /tests
parent6f999734206580ee2c693fe476cad2322a72fc0d (diff)
downloadpies-a7f3e6adb0ffbe56d9b521522d22cf758ee6acb7.tar.gz
pies-a7f3e6adb0ffbe56d9b521522d22cf758ee6acb7.tar.bz2
Update copyright years
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/accept.at2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/builtin.at2
-rw-r--r--tests/chargen.c2
-rw-r--r--tests/control.at2
-rw-r--r--tests/cyclic.at2
-rw-r--r--tests/env.at15
-rw-r--r--tests/envop.at15
-rw-r--r--tests/envtest.c2
-rw-r--r--tests/inet.at2
-rw-r--r--tests/iobuf.h2
-rw-r--r--tests/lines.c2
-rw-r--r--tests/maxinst.at2
-rw-r--r--tests/nt.c2
-rw-r--r--tests/passfd.at2
-rw-r--r--tests/readtime.c2
-rw-r--r--tests/recvfd.c2
-rw-r--r--tests/redirect.at2
-rw-r--r--tests/respawn.at2
-rw-r--r--tests/ret-exec.at2
-rw-r--r--tests/ret-notify.at2
-rw-r--r--tests/shell.at2
-rw-r--r--tests/shutdown.at2
-rw-r--r--tests/startup.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/to.c2
-rw-r--r--tests/version.at2
28 files changed, 56 insertions, 26 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8260073..bfdc692 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of GNU Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2008-2019 Sergey Poznyakoff 2# Copyright (C) 2008-2020 Sergey Poznyakoff
3# 3#
4# GNU Pies is free software; you can redistribute it and/or modify 4# GNU Pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/tests/accept.at b/tests/accept.at
index f222d6a..e12be02 100644
--- a/tests/accept.at
+++ b/tests/accept.at
@@ -1,5 +1,5 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*- 1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2019 Sergey Poznyakoff 2# Copyright (C) 2019-2020 Sergey Poznyakoff
3# 3#
4# GNU pies is free software; you can redistribute it and/or modify 4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 1992b80..c043843 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,6 +1,6 @@
1# @configure_input@ -*- shell-script -*- 1# @configure_input@ -*- shell-script -*-
2# Configurable variable values for GNU Pies test suite. 2# Configurable variable values for GNU Pies test suite.
3# Copyright (C) 2016-2019 Sergey Poznyakoff 3# Copyright (C) 2016-2020 Sergey Poznyakoff
4 4
5PATH=@abs_builddir@:@abs_top_builddir@/src:$srcdir:$PATH 5PATH=@abs_builddir@:@abs_top_builddir@/src:$srcdir:$PATH
6XFAILFILE=$abs_builddir/.badversion 6XFAILFILE=$abs_builddir/.badversion
diff --git a/tests/builtin.at b/tests/builtin.at
index aaeaedd..88e24d7 100644
--- a/tests/builtin.at
+++ b/tests/builtin.at
@@ -1,5 +1,5 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*- 1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2016-2019 Sergey Poznyakoff 2# Copyright (C) 2016-2020 Sergey Poznyakoff
3# 3#
4# GNU pies is free software; you can redistribute it and/or modify 4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/tests/chargen.c b/tests/chargen.c
index 75d096c..59aa0d8 100644
--- a/tests/chargen.c
+++ b/tests/chargen.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies testsuite. 1/* This file is part of GNU Pies testsuite.
2 Copyright (C) 2019 Sergey Poznyakoff 2 Copyright (C) 2019-2020 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/tests/control.at b/tests/control.at
index 3d0c218..5171862 100644
--- a/tests/control.at
+++ b/tests/control.at
@@ -1,5 +1,5 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*- 1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2016-2019 Sergey Poznyakoff 2# Copyright (C) 2016-2020 Sergey Poznyakoff
3# 3#
4# GNU pies is free software; you can redistribute it and/or modify 4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/tests/cyclic.at b/tests/cyclic.at
index 27da22e..7c24acf 100644
--- a/tests/cyclic.at
+++ b/tests/cyclic.at
@@ -1,5 +1,5 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*- 1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2019 Sergey Poznyakoff 2# Copyright (C) 2019-2020 Sergey Poznyakoff
3# 3#
4# GNU pies is free software; you can redistribute it and/or modify 4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/tests/env.at b/tests/env.at
index 1c595de..dba80a3 100644
--- a/tests/env.at
+++ b/tests/env.at
@@ -1,3 +1,18 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2020 Sergey Poznyakoff
3#
4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option)
7# any later version.
8#
9# GNU pies is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with GNU pies. If not, see <http://www.gnu.org/licenses/>.
1dnl ENVTEST(NAME,KW,ENV,OUT) 16dnl ENVTEST(NAME,KW,ENV,OUT)
2m4_pushdef([ENVTEST], 17m4_pushdef([ENVTEST],
3[AT_SETUP([$1]) 18[AT_SETUP([$1])
diff --git a/tests/envop.at b/tests/envop.at
index 2b857f5..5575772 100644
--- a/tests/envop.at
+++ b/tests/envop.at
@@ -1,3 +1,18 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2020 Sergey Poznyakoff
3#
4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option)
7# any later version.
8#
9# GNU pies is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with GNU pies. If not, see <http://www.gnu.org/licenses/>.
1# ENVTEST(name,kw,args,output) 16# ENVTEST(name,kw,args,output)
2m4_pushdef([ENVTEST], 17m4_pushdef([ENVTEST],
3[AT_SETUP([$1]) 18[AT_SETUP([$1])
diff --git a/tests/envtest.c b/tests/envtest.c
index d6b5650..45d69a2 100644
--- a/tests/envtest.c
+++ b/tests/envtest.c
@@ -1,5 +1,5 @@
1/* Environment test program for GNU Pies. 1/* Environment test program for GNU Pies.
2 Copyright (C) 2019 Sergey Poznyakoff 2 Copyright (C) 2019-2020 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/tests/inet.at b/tests/inet.at
index 7d1d99f..cc4fceb 100644
--- a/tests/inet.at
+++ b/tests/inet.at
@@ -1,5 +1,5 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*- 1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2016-2019 Sergey Poznyakoff 2# Copyright (C) 2016-2020 Sergey Poznyakoff
3# 3#
4# GNU pies is free software; you can redistribute it and/or modify 4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/tests/iobuf.h b/tests/iobuf.h
index 737a8b7..df5f3ba 100644
--- a/tests/iobuf.h
+++ b/tests/iobuf.h
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2019 Sergey Poznyakoff 2 Copyright (C) 2019-2020 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/tests/lines.c b/tests/lines.c
index f7f8443..0ad9d13 100644
--- a/tests/lines.c
+++ b/tests/lines.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies testsuite. 1/* This file is part of GNU Pies testsuite.
2 Copyright (C) 2019 Sergey Poznyakoff 2 Copyright (C) 2019-2020 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/tests/maxinst.at b/tests/maxinst.at
index c3b642b..f389e0b 100644
--- a/tests/maxinst.at
+++ b/tests/maxinst.at
@@ -1,5 +1,5 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*- 1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2019 Sergey Poznyakoff 2# Copyright (C) 2019-2020 Sergey Poznyakoff
3# 3#
4# GNU pies is free software; you can redistribute it and/or modify 4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/tests/nt.c b/tests/nt.c
index c7f4be7..258970f 100644
--- a/tests/nt.c
+++ b/tests/nt.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies testsuite. 1/* This file is part of GNU Pies testsuite.
2 Copyright (C) 2019 Sergey Poznyakoff 2 Copyright (C) 2019-2020 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
diff --git a/tests/passfd.at b/tests/passfd.at
index 11fbece..74d5ab3 100644
--- a/tests/passfd.at
+++ b/tests/passfd.at
@@ -1,5 +1,5 @@
1# This file is part of GNU pies testsuite. -*- Autotest -*- 1# This file is part of GNU pies testsuite. -*- Autotest -*-
2# Copyright (C) 2016-2019 Sergey Poznyakoff 2# Copyright (C) 2016-2020 Sergey Poznyakoff
3# 3#
4# GNU pies is free software; you can redistribute it and/or modify 4# GNU pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/tests/readtime.c b/tests/readtime.c
index f7cc36a..ed3f2f8 100644
--- a/tests/readtime.c
+++ b/tests/readtime.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies testsuite. 1/* This file is part of GNU Pies testsuite.
2 Copyright (C) 2019 Sergey Poznyakoff 2 Copyright (C) 2019-2020 Sergey Poznyakoff
3 3