From 86fecd235c044d2a4727b6ea6cd88fcd911bb0b7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 24 Apr 2017 21:23:50 -0400 Subject: Release 1.0 --- tests.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index e3cdb52..d06c204 100755 --- a/tests.sh +++ b/tests.sh @@ -1,5 +1,16 @@ #!/bin/bash +##################################################################### +# bfs # +# Copyright (C) 2015-2017 Tavian Barnes # +# # +# 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 -- cgit v1.2.3