Updated copyright.

This commit is contained in:
Bastian Kleineidam 2013-01-09 22:21:19 +01:00
parent 39c83b8968
commit 5479627d86
22 changed files with 22 additions and 22 deletions

View file

@ -170,4 +170,4 @@ Bastian Kleineidam <bastian.kleineidam@web.de>
.SH COPYRIGHT
Copyright \(co 2004-2005 Tristan Seligmann and Jonathan Jacobs
.br
Copyright \(co 2012 Bastian Kleineidam
Copyright \(co 2012-2013 Bastian Kleineidam

View file

@ -247,7 +247,7 @@ Bastian Kleineidam &lt;<A HREF="mailto:bastian.kleineidam@web.de">bastian.kleine
Copyright &#169; 2004-2005 Tristan Seligmann and Jonathan Jacobs
<BR>
Copyright &#169; 2012 Bastian Kleineidam
Copyright &#169; 2012-2013 Bastian Kleineidam
<P>
<HR>

View file

@ -11,7 +11,7 @@ index e4f07f0..b8110eb 100644
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
@@ -269,7 +269,7 @@ Copyright &#169; 2012 Bastian Kleineidam
@@ -269,7 +269,7 @@ Copyright &#169; 2012-2013 Bastian Kleineidam
</DL>
<HR>
This document was created by

View file

@ -153,7 +153,7 @@ AUTHORS
COPYRIGHT
Copyright © 2004-2005 Tristan Seligmann and Jonathan Jacobs
Copyright © 2012 Bastian Kleineidam
Copyright © 2012-2013 Bastian Kleineidam

View file

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from re import compile, MULTILINE
from ..util import tagre

View file

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from re import compile
from ..scraper import make_scraper

View file

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from re import compile
from ..scraper import make_scraper

View file

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from re import compile
from ..scraper import make_scraper

View file

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from re import compile
from ..scraper import make_scraper

View file

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from re import compile
from ..scraper import _BasicScraper

View file

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from re import compile
from ..scraper import make_scraper
from ..util import tagre, quote, fetchUrl, case_insensitive_re

View file

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
"""
The Universal comics only have some samples, but those samples are always the newest ones.
"""

View file

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from __future__ import division, print_function
import urllib, urllib2, urlparse

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
"""
Script to get a list of creators.com comics and save the info in a JSON file for further processing.
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
"""
Script to get a list of drunkduck comics and save the info in a JSON file for further processing.
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
"""
Script to get a list of gocomics and save the info in a JSON file for further processing.
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
"""
Script to get a list of keenspot comics and save the info in a JSON file for further processing.
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from __future__ import print_function
import sys
import os

View file

@ -1,4 +1,4 @@
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
import re
import json

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
"""
Script to get a list of smackjeeves.com comics and save the info in a JSON file for further processing.
"""

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
"""
Script to get universal comics and save the info in a JSON file for further processing.
"""

View file

@ -2,7 +2,7 @@
# -*- coding: iso-8859-1 -*-
# Dosage, the webcomic downloader
# Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs
# Copyright (C) 2012 Bastian Kleineidam
# Copyright (C) 2012-2013 Bastian Kleineidam
from __future__ import print_function
import os
import sys