]> git.notmuchmail.org Git - notmuch/commit
test: copyright information updates
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 6 May 2016 15:41:57 +0000 (18:41 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 19 May 2016 10:56:58 +0000 (07:56 -0300)
commitb183f2635eaf323066f26c7ca22d931d4f4ccd3a
tree5933fa964c96d48184b62b0de30529f155c6fd53
parentfd3503e99ee1977b3d5264755ec4ab2fe1e0078a
test: copyright information updates

Files in test directories had only copyright of a single individual,
of which code was adapted here as a base of the test system.
Since then many Notmuch Developers have contributed to the test
system, which is now acknowledged with a constant string in some
of the test files.

The README file in test directory instructed new files contain a
copyright notice, but that has never been done (and it is also not
needed). To simplify things a bit (and lessen confusion) this
instruction is now removed.

As a side enchangement, all of the 3 entries in the whole source
tree cd'ing to `dirname` of "$0" now uses syntax cd "$(dirname "$0")".
This makes these particular lines work when current working directory
is e.g. /c/Program Files/notmuch/test/.
(Probably it would fail elsewhere, though.)
performance-test/notmuch-memory-test
performance-test/notmuch-time-test
test/README
test/notmuch-test
test/test-lib-common.sh
test/test-lib.sh