Add github.com/dpslavov copyright info. Add '--version' and 'version' arguments to just print beadm version and exit.

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2013-06-19 08:56:12 +02:00
parent 1db7c16fdf
commit a5c288548d
1 changed files with 5 additions and 4 deletions

9
beadm
View File

@ -1,8 +1,9 @@
#!/bin/sh -e #!/bin/sh -e
# Copyright (c) 2012-2013 Slawomir Wojciech Wojtczak (vermaden). # Copyright (c) 2012-2013 Slawomir Wojciech Wojtczak (vermaden)
# Copyright (c) 2012-2013 Bryan Drewery (bdrewery). # Copyright (c) 2012-2013 Bryan Drewery (bdrewery)
# Copyright (c) 2012-2013 Mike Clarke (rawthey). # Copyright (c) 2012-2013 Mike Clarke (rawthey)
# Copyright (c) 2013 github.com/dpslavov
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@ -34,7 +35,7 @@ then
exit 1 exit 1
fi fi
if [ "${1}" = "--version" ] if [ "${1}" = "--version" -o "${1}" = "version" ]
then then
echo "beadm 0.8.6 2013/06/19" echo "beadm 0.8.6 2013/06/19"
exit 0 exit 0