summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NOTICE2
-rw-r--r--doc/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/NOTICE b/NOTICE
index 7978f5109c..ac08bba04c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2012 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2013 by the Massachusetts Institute of Technology.
All rights reserved.
diff --git a/doc/conf.py b/doc/conf.py
index f94a3f54d0..269ea2c7c2 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -253,8 +253,8 @@ rst_epilog = '\n'
if 'notice' in tags:
exclude_patterns = [ 'admin', 'appdev', 'basic', 'build',
'plugindev', 'user' ]
- exclude_patterns += [ 'about.rst', 'build_this.rst', 'index.rst',
- 'mitK5*.rst', 'resources.rst' ]
+ exclude_patterns += [ 'about.rst', 'build_this.rst', 'copyright.rst',
+ 'index.rst', 'mitK5*.rst', 'resources.rst' ]
rst_epilog += '.. |copy| replace:: \(C\)'
else:
exclude_patterns += [ 'notice.rst' ]