mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
update docs, copyright year
This commit is contained in:
parent
72b8c0a660
commit
195312acad
20
README.md
20
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 <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.
|
||||
|
||||
[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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user