diff options
author | B. Watson <yalhcru@gmail.com> | 2013-01-01 20:31:07 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-01 20:31:07 -0500 |
commit | 4d519269998d919c04bb487406d5a13abd93e2bb (patch) | |
tree | 5984b647c7c46d3171ab5996ee13e4d715c6836a /games/brickout/brickout.SlackBuild | |
parent | 616938229cae2e01252f2f13b88a60a62e237169 (diff) |
games/brickout: License added.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/brickout/brickout.SlackBuild')
-rw-r--r-- | games/brickout/brickout.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/brickout/brickout.SlackBuild b/games/brickout/brickout.SlackBuild index 562608e2bf8d..8e9d3ea79700 100644 --- a/games/brickout/brickout.SlackBuild +++ b/games/brickout/brickout.SlackBuild @@ -3,9 +3,10 @@ # Slackware build script for brickout # Written by B. Watson (yalhcru@gmail.com) - # Modified by the SlackBuilds.org project +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. + PRGNAM=brickout SRCVER=${SRCVER:-2002.06.09} VERSION=$( echo $SRCVER | sed 's/\.//g' ) |