Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
95483768
Commit
95483768
authored
Aug 17, 2012
by
Clément Schreiner
Browse files
Complete __copyright__.
parent
b3a426d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/plugins/api.py
View file @
95483768
...
...
@@ -33,7 +33,8 @@ Holds some helpful classes and functions for plugins to extend or use.
"""
__author__
=
'Jonny Lamb'
__copyright__
=
'Copyright © 2008 Jonny Lamb'
__copyright__
=
', '
.
join
((
'Copyright © 2008 Jonny Lamb'
,
'Copyright © 2012 Clément Schreiner'
))
__license__
=
'MIT'
__all__
=
[
'importercmd'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment