> more ./lib/python/modpipe/version.py
******************************************************************************
# This file is part of ModPipe, Copyright 1997-2010 Andrej Sali
#
# ModPipe is free software: you can redistribute it and/or modify
# it under the terms of version 2 of the GNU General Public License
# as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with ModPipe. If not, see <
http://www.gnu.org/licenses/>.
def get():
return "2.2.0"
def message():
return "%prog, part of ModPipe version " + get() + """
Copyright 1997-2010 Andrej Sali
License GPLv2: GNU GPL version 2 <
http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."""
******************************************************************************