aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-01-06 18:17:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-01-06 18:17:09 +0200
commit494fe491d81505a83207602d5ec129b0bf33a484 (patch)
tree9c7eca6712ad816fb58356dddf6d9a5a6813920d /tests
parent18b3537e2de4efd60056997d35f14afdcef1b32b (diff)
downloadpies-494fe491d81505a83207602d5ec129b0bf33a484.tar.gz
pies-494fe491d81505a83207602d5ec129b0bf33a484.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.at2
-rw-r--r--tests/envglobal.at2
-rw-r--r--tests/envop.at2
-rw-r--r--tests/envtest.c2
-rw-r--r--tests/expandenv.at2
-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
30 files changed, 30 insertions, 30 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 62cdb31..25719bf 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-2020 Sergey Poznyakoff 2# Copyright (C) 2008-2021 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 417c2ba..ae2af92 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-2020 Sergey Poznyakoff 2# Copyright (C) 2019-2021 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 c043843..f18034c 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-2020 Sergey Poznyakoff 3# Copyright (C) 2016-2021 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 16208e6..cfda075 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-2020 Sergey Poznyakoff 2# Copyright (C) 2016-2021 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 59aa0d8..19f99da 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-2020 Sergey Poznyakoff 2 Copyright (C) 2019-2021 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 e63cc66..f85e735 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-2020 Sergey Poznyakoff 2# Copyright (C) 2016-2021 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 46a3c7a..2d580a0 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-2020 Sergey Poznyakoff 2# Copyright (C) 2019-2021 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 9fe405e..88412fd 100644
--- a/tests/env.at
+++ b/tests/env.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) 2020 Sergey Poznyakoff 2# Copyright (C) 2020-2021 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/envglobal.at b/tests/envglobal.at
index 8adc04d..357649b 100644
--- a/tests/envglobal.at
+++ b/tests/envglobal.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) 2020 Sergey Poznyakoff 2# Copyright (C) 2020-2021 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/envop.at b/tests/envop.at
index ac1336e..3cdd43e 100644
--- a/tests/envop.at
+++ b/tests/envop.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) 2020 Sergey Poznyakoff 2# Copyright (C) 2020-2021 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/envtest.c b/tests/envtest.c
index 45d69a2..7c65f2a 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-2020 Sergey Poznyakoff 2 Copyright (C) 2019-2021 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/expandenv.at b/tests/expandenv.at
index b8ecd8d..70c6a26 100644
--- a/tests/expandenv.at
+++ b/tests/expandenv.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-2020 Sergey Poznyakoff 2# Copyright (C) 2016-2021 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 e9318c9..c40ee59 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-2020 Sergey Poznyakoff 2# Copyright (C) 2016-2021 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 df5f3ba..823c034 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-2020 Sergey Poznyakoff 2 Copyright (C) 2019-2021 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 0ad9d13..f667ed4 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-2020 Sergey Poznyakoff 2 Copyright (C) 2019-2021 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 304f2dc..23f3ea7 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-2020 Sergey Poznyakoff 2# Copyright (C) 2019-2021 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 258970f..74ab6ba 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-2020 Sergey Poznyakoff 2 Copyright (C) 2019-2021 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 a3ead31..3a829f1 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-2020 Sergey Poznyakoff 2# Copyright (C) 2016-2021 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 ed3f2f8..b6142f3 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