summaryrefslogtreecommitdiff
path: root/docs/sphinx/source/conf.py.in
diff options
context:
space:
mode:
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)
]