Skip to content

Commit 84b9eb2

Browse files
committed
Merge pull request python-mode#428 from jawrainey/develop
Remove unnecessary copyrights from README
2 parents c67a1b7 + 4c2a413 commit 84b9eb2

File tree

2 files changed

+11
-109
lines changed

2 files changed

+11
-109
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Contributors:
1919
* Florent Xicluna (florentx);
2020
* Fredrik Henrysson (fhenrysson);
2121
* Igor Guerrero (igorgue);
22+
* Jay Rainey (jawrainey);
2223
* Jonathan McCall (Jonnymcc);
2324
* Kevin Deldycke (kdeldycke);
2425
* Lowe Thiderman (thiderman);

README.rst

Lines changed: 10 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -167,111 +167,6 @@ Copyright
167167

168168
Copyright © 2013 Kirill Klenov (klen_)
169169

170-
Rope
171-
-----
172-
Copyright (C) 2006-2010 Ali Gholami Rudi
173-
174-
Copyright (C) 2009-2010 Anton Gritsay
175-
176-
https://pypi.python.org/pypi/rope
177-
178-
https://pypi.python.org/pypi/ropemode
179-
180-
http://rope.sourceforge.net/ropevim.html
181-
182-
183-
Pylama
184-
------
185-
Copyright (C) 2012-2013 Kirill Klenov
186-
187-
https://pypi.python.org/pypi/pylama
188-
189-
https://github.com/klen/pylama
190-
191-
192-
Pylint
193-
------
194-
Copyright (C) 2003-2011 LOGILAB S.A. (Paris, FRANCE).
195-
196-
https://pypi.python.org/pypi/pylint
197-
198-
https://bitbucket.org/logilab/pylint
199-
200-
http://www.pylint.org/
201-
202-
http://www.logilab.fr/
203-
204-
205-
Pyflakes
206-
--------
207-
208-
Copyright (c) 2005 Divmod, Inc.
209-
210-
https://pypi.python.org/pypi/pyflakes
211-
212-
https://launchpad.net/pyflakes
213-
214-
http://www.divmod.com/
215-
216-
217-
pep8
218-
----
219-
Copyright (C) 2006 Johann C. Rocholl <johann@rocholl.net>
220-
221-
https://pypi.python.org/pypi/pep8
222-
223-
http://github.com/jcrocholl/pep8
224-
225-
http://www.python.org/dev/peps/pep-0008/
226-
227-
228-
autopep8
229-
--------
230-
Copyright (C) 2010-2011 Hideo Hattori <hhatto.jp@gmail.com
231-
232-
Copyright (C) 2011-2013 Hideo Hattori, Steven Myint
233-
234-
https://pypi.python.org/pypi/autopep8
235-
236-
https://github.com/hhatto/autopep8
237-
238-
239-
pep257
240-
-------
241-
Copyright (C) 2012 Vladimir Keleshev, GreenSteam A/S
242-
243-
https://pypi.python.org/pypi/pep257
244-
245-
http://github.com/GreenSteam/pep257
246-
247-
http://www.python.org/dev/peps/pep-0257/
248-
249-
250-
mccabe
251-
------
252-
Copyright (C) 2008 Ned Batchelder
253-
254-
Copyright (C) 2013 Florent Xicluna
255-
256-
https://pypi.python.org/pypi/mccabe
257-
258-
https://github.com/flintwork/mccabe
259-
260-
261-
Python syntax for vim
262-
----------------------
263-
Copyright (c) 2010 Dmitry Vasiliev
264-
265-
http://www.hlabs.spb.ru/vim/python.vim
266-
267-
268-
PEP8 VIM indentation
269-
---------------------
270-
Copyright (c) 2012 Hynek Schlawack <hs@ox.cx>
271-
272-
http://github.com/hynek/vim-python-pep8-indent
273-
274-
275170
License
276171
=======
277172

@@ -281,12 +176,18 @@ If you like this plugin, you can send me postcard :)
281176
My address is here: "Russia, 143401, Krasnogorsk, Shkolnaya 1-19" to "Kirill Klenov".
282177
**Thanks for support!**
283178

284-
285179
.. _GNU lesser general public license: http://www.gnu.org/copyleft/lesser.html
286180
.. _klen: http://klen.github.com/
287181
.. _pydoc: http://docs.python.org/library/pydoc.html
288182
.. _pathogen: https://github.com/tpope/vim-pathogen
289-
.. _mccabe: http://en.wikipedia.org/wiki/Cyclomatic_complexity
290-
.. _Rope: http://rope.sourceforge.net/
291-
.. _Pylama: https://github.com/klen/pylama
183+
.. _rope: https://pypi.python.org/pypi/rope
184+
.. _pylama: https://github.com/klen/pylama
185+
.. _pylint: https://bitbucket.org/logilab/pylint
186+
.. _pyflakes: https://pypi.python.org/pypi/pyflakes
187+
.. _autopep8: https://github.com/hhatto/autopep8
188+
.. _pep257: http://github.com/GreenSteam/pep257
189+
.. _mccabe: https://github.com/flintwork/mccabe
190+
.. _pythonvim: http://www.hlabs.spb.ru/vim/python.vim
191+
.. _pep8: http://github.com/jcrocholl/pep8
192+
.. _pep8indent: http://github.com/hynek/vim-python-pep8-indent
292193
.. |logo| image:: https://raw.github.com/klen/python-mode/develop/logo.png

0 commit comments

Comments
 (0)