youtube: Take over maintainership, update copyrights
This commit is contained in:
parent
5a548e1e8c
commit
8c8eb672fc
3 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright(C) 2010-2011 Christophe Benz, Romain Bignon
|
||||
# Copyright(C) 2010-2013 Christophe Benz, Romain Bignon, Laurent Bachelier
|
||||
#
|
||||
# This file is part of weboob.
|
||||
#
|
||||
|
|
@ -46,8 +46,8 @@ __all__ = ['YoutubeBackend']
|
|||
|
||||
class YoutubeBackend(BaseBackend, ICapVideo, ICapCollection):
|
||||
NAME = 'youtube'
|
||||
MAINTAINER = u'Christophe Benz'
|
||||
EMAIL = 'christophe.benz@gmail.com'
|
||||
MAINTAINER = u'Laurent Bachelier'
|
||||
EMAIL = 'laurent@bachelier.name'
|
||||
VERSION = '0.g'
|
||||
DESCRIPTION = 'YouTube video streaming website'
|
||||
LICENSE = 'AGPLv3+'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue