Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
180
Issues
180
List
Boards
Labels
Milestones
Merge Requests
51
Merge Requests
51
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
8a3c3307
Commit
8a3c3307
authored
Feb 28, 2013
by
Julien Veyssier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copyright headers of many modules/cap corrected
parent
e497d2eb
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
95 additions
and
20 deletions
+95
-20
modules/attilasub/__init__.py
modules/attilasub/__init__.py
+19
-0
modules/attilasub/backend.py
modules/attilasub/backend.py
+1
-1
modules/attilasub/browser.py
modules/attilasub/browser.py
+1
-1
modules/attilasub/pages.py
modules/attilasub/pages.py
+1
-1
modules/attilasub/test.py
modules/attilasub/test.py
+1
-1
modules/btmon/__init__.py
modules/btmon/__init__.py
+19
-0
modules/btmon/backend.py
modules/btmon/backend.py
+1
-1
modules/btmon/browser.py
modules/btmon/browser.py
+1
-1
modules/btmon/pages.py
modules/btmon/pages.py
+1
-1
modules/btmon/test.py
modules/btmon/test.py
+1
-1
modules/opensubtitles/__init__.py
modules/opensubtitles/__init__.py
+19
-0
modules/opensubtitles/backend.py
modules/opensubtitles/backend.py
+1
-1
modules/opensubtitles/browser.py
modules/opensubtitles/browser.py
+1
-1
modules/opensubtitles/test.py
modules/opensubtitles/test.py
+1
-1
modules/tvsubtitles/__init__.py
modules/tvsubtitles/__init__.py
+19
-0
modules/tvsubtitles/backend.py
modules/tvsubtitles/backend.py
+1
-1
modules/tvsubtitles/browser.py
modules/tvsubtitles/browser.py
+1
-1
modules/tvsubtitles/pages.py
modules/tvsubtitles/pages.py
+1
-1
modules/tvsubtitles/test.py
modules/tvsubtitles/test.py
+1
-1
scripts/suboob
scripts/suboob
+1
-1
weboob/applications/suboob/__init__.py
weboob/applications/suboob/__init__.py
+1
-2
weboob/applications/suboob/suboob.py
weboob/applications/suboob/suboob.py
+1
-1
weboob/capabilities/subtitle.py
weboob/capabilities/subtitle.py
+1
-1
No files found.
modules/attilasub/__init__.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 2013 Julien Veyssier
#
# This file is part of weboob.
#
# weboob is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# weboob is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from
.backend
import
AttilasubBackend
__all__
=
[
'AttilasubBackend'
]
modules/attilasub/backend.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/attilasub/browser.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/attilasub/pages.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2012
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/attilasub/test.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011 Julien Veyssier, Laurent Bachel
ier
# Copyright(C) 201
3 Julien Veyss
ier
#
# This file is part of weboob.
#
...
...
modules/btmon/__init__.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 2013 Julien Veyssier
#
# This file is part of weboob.
#
# weboob is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# weboob is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from
.backend
import
BtmonBackend
__all__
=
[
'BtmonBackend'
]
modules/btmon/backend.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/btmon/browser.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/btmon/pages.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2012
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/btmon/test.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011 Julien Veyssier, Laurent Bachel
ier
# Copyright(C) 201
3 Julien Veyss
ier
#
# This file is part of weboob.
#
...
...
modules/opensubtitles/__init__.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 2013 Julien Veyssier
#
# This file is part of weboob.
#
# weboob is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# weboob is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from
.backend
import
OpensubtitlesBackend
__all__
=
[
'OpensubtitlesBackend'
]
modules/opensubtitles/backend.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/opensubtitles/browser.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/opensubtitles/test.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/tvsubtitles/__init__.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 2013 Julien Veyssier
#
# This file is part of weboob.
#
# weboob is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# weboob is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from
.backend
import
TvsubtitlesBackend
__all__
=
[
'TvsubtitlesBackend'
]
modules/tvsubtitles/backend.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/tvsubtitles/browser.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/tvsubtitles/pages.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2012
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
modules/tvsubtitles/test.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
scripts/suboob
View file @
8a3c3307
...
...
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# vim: ft=python et softtabstop=4 cinoptions=4 shiftwidth=4 ts=4 ai
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
weboob/applications/suboob/__init__.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2011
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
@@ -17,7 +17,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from
.suboob
import
Suboob
__all__
=
[
'Suboob'
]
weboob/applications/suboob/suboob.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2012
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
weboob/capabilities/subtitle.py
View file @
8a3c3307
# -*- coding: utf-8 -*-
# Copyright(C) 201
0-2012
Julien Veyssier
# Copyright(C) 201
3
Julien Veyssier
#
# This file is part of weboob.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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