Skip to content

Commit

Permalink
Merge pull request cakephp#563 from angelxmoreno/fix-copyright
Browse files Browse the repository at this point in the history
Changed copyright year for epub_theme to 2013
  • Loading branch information
markstory committed Apr 29, 2013
2 parents 7fc326d + ba2c603 commit e7825ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
epub_title = u'CakePHP Cookbook'
epub_author = u'Cake Software Foundation, Inc.'
epub_publisher = u'Cake Software Foundation, Inc.'
epub_copyright = u'2012, Cake Software Foundation, Inc.'
epub_copyright = u'2013, Cake Software Foundation, Inc.'

epub_theme = 'cakephp-epub'

Expand Down

0 comments on commit e7825ef

Please sign in to comment.