summaryrefslogtreecommitdiffstats
path: root/rteval/version.py
Commit message (Collapse)AuthorAgeFilesLines
* Preparing rteval 2.1David Sommerseth2013-01-181-1/+1
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* Copyright updatesDavid Sommerseth2013-01-181-4/+5
| | | | | | | | | - Updated the GPLv2 license text to match the latest GPLv2 from FSF - Updated all FSF addresses in all copyright notices in source files - Updated copyright years for all contributors to include 2013 - Removed all #!/usr/bin/python lines in files which does not need it Signed-off-by: David Sommerseth <davids@redhat.com>
* Preparing rteval-2.0.1David Sommerseth2013-01-171-1/+1
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* Put the rteval version into a separate importable fileDavid Sommerseth2013-01-101-0/+25
This is to avoid having massive build requirements just to retrieve the rteval version. The version string is also still available via the rteval module as well, to avoid other external implementations to fail with this change. But that variable is basically just a "re-export" of the value found in rteval/version.py Signed-off-by: David Sommerseth <davids@redhat.com>