Update copyrights and links to the new company name #19851

This commit is contained in:
Johan Andrén 2016-02-23 12:58:39 +01:00
parent b14013c44a
commit 62e30b3c08
2020 changed files with 2139 additions and 2103 deletions

View file

@ -16,7 +16,7 @@ master_doc = 'index'
exclude_patterns = ['_build', 'pending', 'disabled']
project = u'Akka'
copyright = u'2011-2015, Typesafe Inc'
copyright = u'2011-2015, Lightbend Inc'
version = '@version@'
release = '@version@'
@ -54,7 +54,7 @@ html_context = {
}
# -- Options for EPUB output ---------------------------------------------------
epub_author = "Typesafe Inc"
epub_author = "Lightbend Inc"
epub_language = "en"
epub_publisher = epub_author
epub_identifier = "http://doc.akka.io/docs/akka/snapshot/"
@ -72,9 +72,9 @@ latex_font_size = '10pt'
latex_documents = [
('java', 'AkkaJava.tex', u' Akka Java Documentation',
u'Typesafe Inc', 'manual'),
u'Lightbend Inc', 'manual'),
('scala', 'AkkaScala.tex', u' Akka Scala Documentation',
u'Typesafe Inc', 'manual'),
u'Lightbend Inc', 'manual'),
]
latex_elements = {