diff options
author | Richard Wall <richard@largo> | 2011-08-08 01:01:50 +0100 |
---|---|---|
committer | Richard Wall <richard@largo> | 2011-08-08 01:01:50 +0100 |
commit | b404903c1d43af270a0349890f439b4e0637831e (patch) | |
tree | 9e5f03b721a8798e25ebab8d87402a15e1f9966f /jarmonbuild | |
parent | 2943b57c109cb233e93100dfe35c693fb286854b (diff) | |
parent | 4b7012e0ed9b0bb2b319b78e3e816feb52d1ace6 (diff) |
Merge lp:~richardw/jarmon/prerelease-fixesv11.8
* Add transformer function option to allow optional transformation of RRD values before they are plotted
* Update dates of copyright notices
* Remove DNS reports from example page
* Remove unfinished editable graph controls - I will try and finish those off later.
Diffstat (limited to 'jarmonbuild')
-rw-r--r-- | jarmonbuild/commands.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jarmonbuild/commands.py b/jarmonbuild/commands.py index f6ed712..d60615a 100644 --- a/jarmonbuild/commands.py +++ b/jarmonbuild/commands.py @@ -1,4 +1,5 @@ -# Copyright (c) 2010 Richard Wall <richard (at) the-moon.net> +# Copyright (c) Richard Wall +# See LICENSE for details. """ Functions and Classes for automating the release of Jarmon """ |