diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-04-24 21:23:50 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-04-24 21:48:09 -0400 |
commit | 86fecd235c044d2a4727b6ea6cd88fcd911bb0b7 (patch) | |
tree | 8242551b1bd49cab879b095860cb21748c90c532 /tests.sh | |
parent | 1efa932e4aeb007eddb6424a90bf0fc05dba7e4d (diff) | |
download | bfs-86fecd235c044d2a4727b6ea6cd88fcd911bb0b7.tar.xz |
Release 1.01.0
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ #!/bin/bash +##################################################################### +# bfs # +# Copyright (C) 2015-2017 Tavian Barnes <tavianator@tavianator.com> # +# # +# This program is free software. It comes without any warranty, to # +# the extent permitted by applicable law. You can redistribute it # +# and/or modify it under the terms of the Do What The Fuck You Want # +# To Public License, Version 2, as published by Sam Hocevar. See # +# the COPYING file or http://www.wtfpl.net/ for more details. # +##################################################################### + set -o physical umask 022 |