From ede1df4b4f4d6833bb4151126bf1695ce056cf9b Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 14 Jun 2010 07:16:51 -0300 Subject: [PATCH] updated copyright year, and indentation space --- debian/conf/service_conf.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/conf/service_conf.py b/debian/conf/service_conf.py index 54aa00a82..3eb3af931 100644 --- a/debian/conf/service_conf.py +++ b/debian/conf/service_conf.py @@ -8,6 +8,6 @@ LOG_DIR = '/var/log/scrapy' # * Values are number of processes that should be started for each project, or # zero if you want to use the number of cores available. PROJECTS = { -# 'mybot.settings': 0, +# 'mybot.settings': 0, } diff --git a/docs/conf.py b/docs/conf.py index e97af3aff..41fb5139c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'Scrapy' -copyright = u'2008-2009, Insophia' +copyright = u'2008-2010, Insophia' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the