diff --git a/COPYING.annotator b/COPYING.annotator
new file mode 100644
index 0000000..d206c9b
--- /dev/null
+++ b/COPYING.annotator
@@ -0,0 +1,27 @@
+Copyright 2014, The Annotator project contributors.
+# Annotator licensing terms
+http://annotatorjs.org
+
+Annotator is free software, and you may use it under the terms of either the
+MIT or the GNU GPL licenses:
+
+## GNU GPLv3
+
+You can redistribute this program and/or modify it under the terms of the
+GNU General Public License as published by the Free Software Foundation,
+either version 3 of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. See LICENSE-GPL, or, if this file is missing,
+.
+
+## MIT
+
+You may use the software under the terms of the MIT license, which can be
+found in LICENSE-MIT, or, if this file is missing,
+.
\ No newline at end of file
diff --git a/COPYING.showdown b/COPYING.showdown
new file mode 100644
index 0000000..e9c8672
--- /dev/null
+++ b/COPYING.showdown
@@ -0,0 +1,34 @@
+Copyright (c) 2007, John Fraser
+
+All rights reserved.
+
+Original Markdown copyright (c) 2004, John Gruber
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+* Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+* Neither the name "Markdown" nor the names of its contributors may
+ be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+This software is provided by the copyright holders and contributors "as
+is" and any express or implied warranties, including, but not limited
+to, the implied warranties of merchantability and fitness for a
+particular purpose are disclaimed. In no event shall the copyright owner
+or contributors be liable for any direct, indirect, incidental, special,
+exemplary, or consequential damages (including, but not limited to,
+procurement of substitute goods or services; loss of use, data, or
+profits; or business interruption) however caused and on any theory of
+liability, whether in contract, strict liability, or tort (including
+negligence or otherwise) arising in any way out of the use of this
+software, even if advised of the possibility of such damage.
diff --git a/README.md b/README.md
index 7ee7137..b8fe754 100644
--- a/README.md
+++ b/README.md
@@ -541,3 +541,11 @@ in the COPYING file distributed along with this README.
Mustard ships a copy of jQuery in views/public/, which is licensed
under the MIT license (see COPYING.jquery for more information about
the license).
+
+Mustard ships a copy of Annotator in views/public/, which is licensed
+under the MIT license (see COPYING.annotator for more information about
+the license).
+
+Mustard ships a copy of Showdown.js in views/public/, which is licensed
+under a BSD-style license (see COPYING.showdown for more information about
+the license).
diff --git a/views/layout.tpl b/views/layout.tpl
index b48a1fb..3291e09 100644
--- a/views/layout.tpl
+++ b/views/layout.tpl
@@ -3,9 +3,12 @@
{{tree.project.title or 'Unnamed Mustard Project'}}
+
+
+