From 195312acad38b2a270c262502d46613e4f831384 Mon Sep 17 00:00:00 2001 From: William Ting Date: Sat, 6 Jul 2013 21:17:54 -0500 Subject: [PATCH] update docs, copyright year --- README.md | 20 +++++++++++--------- bin/autojump | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b1eda7b..974e219 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,9 @@ INSTALLATION - Bash v4.0 for tab completion (or zsh) If you are unable to update Python to a supported version, older -versions of autojump can be -[downloaded](https://github.com/joelthelion/autojump/downloads) and -installed manually. +versions of autojump can be [downloaded][dl] and installed manually. -- Python v2.4 is supported by [release - v12](https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz). +- Python v2.4 is supported by [release v12][v12]. ### AUTOMATIC INSTALLATION @@ -72,8 +69,7 @@ MacPorts also available: **Other** -Please check the [Wiki](https://github.com/joelthelion/autojump/wiki) -for an up to date listing of installation methods. +Please check the [Wiki][wiki] for an up to date listing of installation methods. ### MANUAL INSTALLATION @@ -119,7 +115,8 @@ with the command: make docs -Unit tests are available in `./tests/`. Run unit tests with the command: +Tests are available in `./tests/` and require Python 3.3 or Python 2.7 with +[mock][mock]. Run unit tests with the command: make test @@ -269,7 +266,12 @@ maintained by William Ting. COPYRIGHT --------- -Copyright © 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL +Copyright © 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + +[dl]: https://github.com/joelthelion/autojump/downloads +[mock]: https://pypi.python.org/pypi/mock +[v12]: https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz +[wiki]: https://github.com/joelthelion/autojump/wiki diff --git a/bin/autojump b/bin/autojump index 998885e..5dfa7ca 100755 --- a/bin/autojump +++ b/bin/autojump @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ Copyright © 2008-2012 Joel Schaerer - Copyright © 2012 William Ting + Copyright © 2012-2013 William Ting * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by