Skip to content

Commit b3c219a

Browse files
committed
Add AUTHORS file
1 parent dec4b08 commit b3c219a

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

AUTHORS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# This is the list of python-syntax authors for copyright purposes.
2+
#
3+
# This does not necessarily list everyone who has contributed code, since in
4+
# some cases, their employer may be the copyright holder. To see the full list
5+
# of contributors, see the revision history in source control.
6+
7+
Andrea Riciputi
8+
Anton Butanaev
9+
Antony Lee
10+
Caleb Adamantine
11+
David Briscoe
12+
Dmitry Vasiliev
13+
Elizabeth Myers
14+
Ihor Gorobets
15+
Jeroen Ruigrok van der Werven
16+
John Eikenberry
17+
Joongi Kim
18+
lilydjwg
19+
Marc Weber
20+
Michael Doronin
21+
Neil Schemenauer
22+
Pedro Algarvio
23+
Victor Salgado
24+
Will Gray
25+
Yuri Habrusiev

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2002-2014 Dmitry Vasiliev <[email protected]>
4+
Copyright (c) 2017- the python-syntax authors
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

syntax/python.vim

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,6 @@
1212
" Please report bugs and feature requests to our issue tracker over at:
1313
" https://github.com/vim-python/python-syntax/issues
1414
"
15-
" Contributors
16-
" ============
17-
"
18-
" List of the contributors in alphabetical order:
19-
"
20-
" Andrea Riciputi
21-
" Anton Butanaev
22-
" Antony Lee
23-
" Caleb Adamantine
24-
" David Briscoe
25-
" Elizabeth Myers
26-
" Ihor Gorobets
27-
" Jeroen Ruigrok van der Werven
28-
" John Eikenberry
29-
" Joongi Kim
30-
" lilydjwg
31-
" Marc Weber
32-
" Michael Doronin
33-
" Pedro Algarvio
34-
" Victor Salgado
35-
" Will Gray
36-
" Yuri Habrusiev
37-
"
3815
" Options
3916
" =======
4017
"

0 commit comments

Comments
 (0)