diff options
author | Samuel Marks <807580+SamuelMarks@users.noreply.github.com> | 2020-05-23 17:16:04 +1000 |
---|---|---|
committer | Samuel Marks <807580+SamuelMarks@users.noreply.github.com> | 2020-05-23 17:16:04 +1000 |
commit | 12a400c90d4ab6b156f448f0421d04f96b65b324 (patch) | |
tree | ee163158d10f12920bdb88e14cd0cb4a0fcc7fd8 /tap-driver.sh | |
parent | c4ec6b241bb70c334385471c2027a081e43026e6 (diff) | |
download | portable-12a400c90d4ab6b156f448f0421d04f96b65b324.tar.gz portable-12a400c90d4ab6b156f448f0421d04f96b65b324.tar.bz2 portable-12a400c90d4ab6b156f448f0421d04f96b65b324.zip |
[CMakeLists.txt] Move `project` below `cmake_minimum_required`; fix indentation in its `if`/`else` block; [tap-driver.sh] Copyright line update (was automatic with `./autogen.sh`)
Diffstat (limited to 'tap-driver.sh')
-rwxr-xr-x | tap-driver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-driver.sh b/tap-driver.sh index 2516e9c..865761d 100755 --- a/tap-driver.sh +++ b/tap-driver.sh | |||
@@ -1,5 +1,5 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # Copyright (C) 2011-2018 Free Software Foundation, Inc. | 2 | # Copyright (C) 2011-2020 Free Software Foundation, Inc. |
3 | # | 3 | # |
4 | # This program is free software; you can redistribute it and/or modify | 4 | # This program 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 |