#! /bin/sh

echo -e "\nAxis Linux, http://developer.axis.com/"
echo -e "Copyright (C) 2000-2011 Axis Communications AB\n"

[ -f /usr/share/axis-release/variables ] && . /usr/share/axis-release/variables

if [ -n "$RELEASE" ]; then
	echo -e "$RELEASE"
else
	warning "$0: Release info is missing!"
fi

echo

