diff --git a/debian/copyright b/debian/copyright index cb28bc023..4cc239002 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ It was downloaded from http://scrapy.org Upstream Author: Scrapy Developers -Copyright: 2007-2012 Scrapy Developers +Copyright: 2007-2013 Scrapy Developers License: bsd @@ -36,5 +36,5 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -The Debian packaging is (C) 2010-2012, Scrapinghub and +The Debian packaging is (C) 2010-2013, Scrapinghub and is licensed under the BSD, see `/usr/share/common-licenses/BSD'. diff --git a/docs/conf.py b/docs/conf.py index df567c57d..78a44d8a3 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-2012, Scrapinghub' +copyright = u'2008-2013, Scrapy developers' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -173,7 +173,7 @@ htmlhelp_basename = 'Scrapydoc' # (source start file, target name, title, author, document class [howto/manual]). latex_documents = [ ('index', 'Scrapy.tex', ur'Scrapy Documentation', - ur'Scrapinghub', 'manual'), + ur'Scrapy developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of