summaryrefslogtreecommitdiff
path: root/docs/sphinx/source/conf.py.in
diff options
context:
space:
mode:
authorBen Reynwar2012-05-21 11:08:01 -0700
committerBen Reynwar2012-05-21 11:08:01 -0700
commitf684f3c3997b973a914b3c1adffc3ba616f0f49b (patch)
tree6bae634983355898e99570f5cda78d650fae06a9 /docs/sphinx/source/conf.py.in
parent90fe840f7f4b0cf15afff0e73031c5ac6073329c (diff)
downloadgnuradio-f684f3c3997b973a914b3c1adffc3ba616f0f49b.tar.gz
gnuradio-f684f3c3997b973a914b3c1adffc3ba616f0f49b.tar.bz2
gnuradio-f684f3c3997b973a914b3c1adffc3ba616f0f49b.zip
docs: Fixed copyright in sphinx docs.
Diffstat (limited to 'docs/sphinx/source/conf.py.in')
-rw-r--r--docs/sphinx/source/conf.py.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sphinx/source/conf.py.in b/docs/sphinx/source/conf.py.in
index cb04e73d2..aa7b122cc 100644
--- a/docs/sphinx/source/conf.py.in
+++ b/docs/sphinx/source/conf.py.in
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = u'GNU Radio'
-copyright = u'2012, Gnu Radio Developers'
+copyright = u'2012, Free Software Foundation'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -180,7 +180,7 @@ htmlhelp_basename = 'GNURadiodoc'
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'GNURadio.tex', u'GNU Radio Documentation',
- u'Gnu Radio Developers', 'manual'),
+ u'Free Software Foundation', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -213,5 +213,5 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'gnuradio', u'GNU Radio Documentation',
- [u'Gnu Radio Developers'], 1)
+ [u'Free Software Foundation'], 1)
]