Update copyright notices and docs
Change-Id: Idee9b24f42e41f85a68f64ceab5f14d525442e2e
diff --git a/docs/conf.py b/docs/conf.py
index d3dd152..01c218c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,16 +1,6 @@
# -*- coding: utf-8 -*-
#
-# NSL - NDN Signature Logger documentation build configuration file, created by
-# sphinx-quickstart on Sun Apr 6 19:58:22 2014.
-#
-# This file is execfile()d with the current directory set to its
-# containing dir.
-#
-# Note that not all possible configuration values are present in this
-# autogenerated file.
-#
-# All configuration values have a default; values that are commented out
-# serve to show the default.
+# NDN DeLorean documentation build configuration file
import sys
import os
@@ -61,8 +51,8 @@
master_doc = 'index'
# General information about the project.
-project = u'NSL: NDN Signature Logger'
-copyright = u'2014, Named Data Networking Project'
+project = u'NDN DeLorean: An Authentication System for Data Archives in Named Data Networking'
+copyright = u'2014-2017, Named Data Networking Project'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -186,7 +176,7 @@
html_file_suffix = ".html"
# Output file base name for HTML help builder.
-htmlhelp_basename = 'nsl-docs'
+htmlhelp_basename = 'ndn-delorean-docs'
# -- Options for LaTeX output ---------------------------------------------
@@ -206,7 +196,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'nsl-docs.tex', u'NDN Signature Logger',
+ ('index', 'ndn-delorean-docs.tex', u'NDN DeLorean',
u'Named Data Networking Project', 'manual'),
]
@@ -235,9 +225,9 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
-man_pages = [
- ('manpages/nsl', 'nsl', u'NDN Signature Logger', None, 1),
-]
+# man_pages = [
+# ('manpages/ndn-delorean', 'ndn-delorean', u'NDN DeLorean', None, 1),
+# ]
# If true, show URL addresses after external links.