File tree Expand file tree Collapse file tree 3 files changed +26
-23
lines changed Expand file tree Collapse file tree 3 files changed +26
-23
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
3
Copyright (c) 2002-2014 Dmitry Vasiliev <
[email protected] >
4
+ Copyright (c) 2017- the python-syntax authors
4
5
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 12
12
" Please report bugs and feature requests to our issue tracker over at:
13
13
" https://github.com/vim-python/python-syntax/issues
14
14
"
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
- "
38
15
" Options
39
16
" =======
40
17
"
You can’t perform that action at this time.
0 commit comments