aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-01-06 18:08:14 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-01-06 18:08:14 +0200
commit981755962f3a12745d51fe6db605dc4679d522a8 (patch)
treed3c73da710855ad29077a62d87130a1994f11afe
parent8a75c3721fd38f8d278cd71fb3682ead1497bb46 (diff)
downloadcflow-981755962f3a12745d51fe6db605dc4679d522a8.tar.gz
cflow-981755962f3a12745d51fe6db605dc4679d522a8.tar.bz2
Update copyright years
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--README-alpha2
-rw-r--r--README-hacking2
-rw-r--r--acinclude.m42
-rwxr-xr-xbootstrap2
-rw-r--r--bootstrap.conf2
-rw-r--r--configure.ac4
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/cflow.14
-rw-r--r--doc/cflow.texi2
-rwxr-xr-xdoc/gendocs.sh2
-rwxr-xr-xdoc/gendocs_template2
-rw-r--r--elisp/Makefile.am2
-rw-r--r--elisp/cflow-mode.el2
m---------gnulib0
-rw-r--r--src/Makefile.am2
-rw-r--r--src/c.l2
-rw-r--r--src/cflow.h2
-rw-r--r--src/depmap.c2
-rw-r--r--src/gnu.c2
-rw-r--r--src/linked-list.c2
-rw-r--r--src/main.c2
-rw-r--r--src/output.c2
-rw-r--r--src/parser.c2
-rw-r--r--src/parser.h2
-rw-r--r--src/posix.c2
-rw-r--r--src/rc.c2
-rw-r--r--src/symbol.c2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/all.at2
-rw-r--r--tests/attr.at2
-rw-r--r--tests/awrapper.at2
-rw-r--r--tests/bartest.at2
-rw-r--r--tests/decl01.at2
-rw-r--r--tests/direct.at2
-rw-r--r--tests/fdecl.at2
-rw-r--r--tests/funcarg.at2
-rw-r--r--tests/include.at2
-rw-r--r--tests/invalid.at2
-rw-r--r--tests/knr.at2
-rw-r--r--tests/memberof.at2
-rw-r--r--tests/nfarg.at2
-rw-r--r--tests/nfparg.at2
-rw-r--r--tests/parm.at2
-rw-r--r--tests/pwrapper.at2
-rw-r--r--tests/recurse.at2
-rw-r--r--tests/reverse.at2
-rw-r--r--tests/ssblock.at2
-rw-r--r--tests/static.at2
-rw-r--r--tests/struct.at2
-rw-r--r--tests/struct00.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/typedef.at2
-rw-r--r--tests/version.at2
56 files changed, 57 insertions, 57 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ebce02..ef7fe59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU cflow
-# Copyright (C) 2005-2019 Free Software Foundation, Inc.
+# Copyright (C) 2005-2021 Free Software Foundation, Inc.
#
# Written by 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
diff --git a/NEWS b/NEWS
index 6ce0322..b050042 100644
--- a/NEWS
+++ b/NEWS
@@ -115,13 +115,13 @@ Version 0.1:
Initial version restored from 1997 snapshots.
----------------------------------------------------------------------
* Copyright information:
-Copyright (C) 2005-2019 Sergey Poznyakoff
+Copyright (C) 2005-2021 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/README b/README
index c7f1957..30addf6 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
GNU cflow README
-Copyright (C) 2005-2019 Sergey Poznyakoff
+Copyright (C) 2005-2021 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
This file contains brief information about configuring, and installing
GNU cflow. It is *not* intended as a replacement for the
diff --git a/README-alpha b/README-alpha
index d3e2ebe..9e20c30 100644
--- a/README-alpha
+++ b/README-alpha
@@ -68,13 +68,13 @@ Once in gdb, issue the following command
set _argp_hang=0
Now set your breakpoints and proceed as usual.
* Copyright information:
-Copyright (C) 2005-2019 Sergey Poznyakoff
+Copyright (C) 2005-2021 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
diff --git a/README-hacking b/README-hacking
index c8b653e..de36eb5 100644
--- a/README-hacking
+++ b/README-hacking
@@ -36,13 +36,13 @@ Once done, proceed as described in the file README (section
INSTALLATION).
Enjoy!
-----
-Copyright (C) 2002-2019 Sergey Poznyakoff
+Copyright (C) 2002-2021 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, or (at your option)
any later version.
diff --git a/acinclude.m4 b/acinclude.m4
index ac0a41f..cc1c799 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,8 +1,8 @@
dnl This file is part of GNU mailutils.
-dnl Copyright (C) 2001, 2016 Free Software Foundation, Inc.
+dnl Copyright (C) 2001, 2016, 2021 Free Software Foundation, Inc.
dnl
dnl This file is free software; as a special exception the author gives
dnl unlimited permission to copy and/or distribute it, with or without
dnl modifications, as long as this notice is preserved.
dnl
dnl This program is distributed in the hope that it will be useful, but
diff --git a/bootstrap b/bootstrap
index 9636fe7..69a9b48 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,11 +1,11 @@
#! /bin/sh
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003-2009, 2016 Free Software Foundation, Inc.
+# Copyright (C) 2003-2009, 2016, 2021 Free Software Foundation, Inc.
# 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.
diff --git a/bootstrap.conf b/bootstrap.conf
index 51630ca..e70974a 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,8 +1,8 @@
# Bootstrap configuration.
-# Copyright (C) 2006-2007, 2009, 2016 Free Software Foundation, Inc.
+# Copyright (C) 2006-2021 Free Software Foundation, Inc.
#
# 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, or (at your option)
# any later version.
#
diff --git a/configure.ac b/configure.ac
index 7eddfbc..4769349 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# This file is part of GNU cflow
-# Copyright (C) 2005-2019 Free Software Foundation, Inc.
+# Copyright (C) 2005-2021 Free Software Foundation, Inc.
#
# Written by 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
@@ -13,13 +13,13 @@
# 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/>.
-AC_PREREQ(2.63)
+AC_PREREQ(2.64)
AC_INIT([GNU cflow], [1.6], [bug-cflow@gnu.org])
AC_CONFIG_SRCDIR([src/cflow.h])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options
silent-rules])
AC_CONFIG_HEADER([config.h])
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5f2c00c..1ce8fce 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU cflow
-# Copyright (C) 2005, 2007, 2014-2016 Free Software Foundation, Inc.
+# Copyright (C) 2005-2021 Free Software Foundation, Inc.
#
# Written by 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
diff --git a/doc/cflow.1 b/doc/cflow.1
index f0aa298..6cccea8 100644
--- a/doc/cflow.1
+++ b/doc/cflow.1
@@ -1,8 +1,8 @@
.\" This file is part of Cflow -*- nroff -*-
-.\" Copyright (C) 2014-2019 Sergey Poznyakoff
+.\" Copyright (C) 2014-2021 Sergey Poznyakoff
.\"
.\" Cflow 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.
.\"
@@ -265,13 +265,13 @@ found at:
.B http://www.gnu.org/software/cflow/manual
.SH AUTHORS
Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <bug\-cflow@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2014-2019 Sergey Poznyakoff
+Copyright \(co 2014-2021 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
.br
.ad
This is free software: you are free to change and redistribute it.
diff --git a/doc/cflow.texi b/doc/cflow.texi
index 1b164f4..3403442 100644
--- a/doc/cflow.texi
+++ b/doc/cflow.texi
@@ -27,13 +27,13 @@
@copying
Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA
-Copyright @copyright{} 2005-2019 Sergey Poznyakoff
+Copyright @copyright{} 2005--2021 Sergey Poznyakoff
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover and Back-Cover texts. A copy of
the license is included in the section entitled ``GNU Free Documentation
diff --git a/doc/gendocs.sh b/doc/gendocs.sh
index 54ce779..7c7cc33 100755
--- a/doc/gendocs.sh
+++ b/doc/gendocs.sh
@@ -1,13 +1,13 @@
#!/bin/sh -e
# gendocs.sh -- generate a GNU manual in many formats. This script is
# mentioned in maintain.texi. See the help message below for usage details.
scriptversion=2015-02-28.17
-# Copyright 2003-2013, 2016 Free Software Foundation, Inc.
+# Copyright 2003-2013, 2016, 2021 Free Software Foundation, Inc.
#
# 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.
#
diff --git a/doc/gendocs_template b/doc/gendocs_template
index 288e581..41c6d20 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -88,13 +88,13 @@ the FSF.
<br />
Please send broken links and other corrections (or suggestions) to
<a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>.
</p>
<p>
-Copyright (C) 2005, 2016 Free Software Foundation, Inc.,
+Copyright (C) 2005, 2016, 2021 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
<br />
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.
</p>
diff --git a/elisp/Makefile.am b/elisp/Makefile.am
index 64dd706..42491ee 100644
--- a/elisp/Makefile.am
+++ b/elisp/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU cflow
-# Copyright (C) 2005-2019 Free Software Foundation, Inc.
+# Copyright (C) 2005-2021 Free Software Foundation, Inc.
#
# Written by 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
diff --git a/elisp/cflow-mode.el b/elisp/cflow-mode.el
index 3fa9720..351a760 100644
--- a/elisp/cflow-mode.el
+++ b/elisp/cflow-mode.el
@@ -3,13 +3,13 @@
;; Authors: 1994, 1995, 2005, 2007 Sergey Poznyakoff
;; Version: 0.2.1
;; Keywords: cflow
;; $Id$
;; This file is part of GNU cflow
-;; Copyright (C) 1994-2019 Sergey Poznyakoff
+;; Copyright (C) 1994-2021 Sergey Poznyakoff
;; GNU cflow 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.
diff --git a/gnulib b/gnulib
-Subproject 30f8dae4c7a629eb5d227b1a39bc56b373e7ce1
+Subproject e478401b85dd843969318afaa4eefad0e1f7a04
diff --git a/src/Makefile.am b/src/Makefile.am
index 7f86599..59f1f12 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU cflow
-# Copyright (C) 2005, 2007, 2009, 2016 Free Software Foundation, Inc.
+# Copyright (C) 2005-2021 Free Software Foundation, Inc.
#
# Written by 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
diff --git a/src/c.l b/src/c.l
index 60f74f8..aded011 100644
--- a/src/c.l
+++ b/src/c.l
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/cflow.h b/src/cflow.h
index 7728ab7..bd6dce7 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/depmap.c b/src/depmap.c
index ca4f062..ebd1153 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow.
- Copyright (C) 2008-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/gnu.c b/src/gnu.c
index 6389b96..c9a79fd 100644
--- a/src/gnu.c
+++ b/src/gnu.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/linked-list.c b/src/linked-list.c
index 856ee42..4b202ca 100644
--- a/src/linked-list.c
+++ b/src/linked-list.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/main.c b/src/main.c
index bdfddb0..bc17056 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/output.c b/src/output.c
index 625d29e..0f4c8e1 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/parser.c b/src/parser.c
index 39d4b7c..06c1dcd 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/parser.h b/src/parser.h
index 6415d5b..1829f6b 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- * Copyright (C) 1997-2019 Sergey Poznyakoff
+ * Copyright (C) 1997-2021 Sergey Poznyakoff
*
* GNU cflow 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.
*
diff --git a/src/posix.c b/src/posix.c
index c677ef1..6c9063c 100644
--- a/src/posix.c
+++ b/src/posix.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/rc.c b/src/rc.c
index f8a4251..4e74619 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/src/symbol.c b/src/symbol.c
index a4ca34f..0d2e916 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 Sergey Poznyakoff
GNU cflow 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.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1c35368..2e2c341 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,8 +1,8 @@
# Makefile for GNU cflow regression tests.
-# Copyright (C) 2005-2019 Sergey Poznyakoff
+# Copyright (C) 2005-2021 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, or (at
# your option) any later version.
#
diff --git a/tests/all.at b/tests/all.at
index 44d8e3f..5564ab4 100644
--- a/tests/all.at
+++ b/tests/all.at
@@ -1,8 +1,8 @@
# Process this file with autom4te to create testsuite. -*- Autotest -*-
-# Copyright (C) 2005-2019 Sergey Poznyakoff
+# Copyright (C) 2005-2021 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, or (at
# your option) any later version.
#
diff --git a/tests/attr.at b/tests/attr.at
index 46efd22..e00b92f 100644
--- a/tests/attr.at
+++ b/tests/attr.at
@@ -1,8 +1,8 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005-2019 Sergey Poznyakoff
+# Copyright (C) 2005-2021 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, or (at
# your option) any later version.
#
diff --git a/tests/awrapper.at b/tests/awrapper.at
index 04c4896..9a3f588 100644
--- a/tests/awrapper.at
+++ b/tests/awrapper.at
@@ -1,8 +1,8 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005-2019 Sergey Poznyakoff
+# Copyright (C) 2005-2021 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, or (at
# your option) any later version.
#
diff --git a/tests/bartest.at b/tests/bartest.at
index 3f2bf02..52fd9e0 100644
--- a/tests/bartest.at
+++ b/tests/bartest.at
@@ -1,8 +1,8 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2011-2019 Sergey Poznyakoff
+# Copyright (C) 2011-2021 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, or (at
# your option) any later version.
#
diff --git a/tests/decl01.at b/tests/decl01.at
index 3178a89..5093688 100644
--- a/tests/decl01.at
+++ b/tests/decl01.at
@@ -1,8 +1,8 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2014-2019 Sergey Poznyakoff
+# Copyright (C) 2014-2021 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, or (at
# your option) any later version.
#
diff --git a/tests/direct.at b/tests/direct.at
index 15b02a3..a6ec63e 100644
--- a/tests/direct.at
+++ b/tests/direct.at
@@ -1,8