diff --git a/js/page/publish.js b/js/page/publish.js
index 59708493c..4ca9d81b0 100644
--- a/js/page/publish.js
+++ b/js/page/publish.js
@@ -261,8 +261,7 @@ var PublishPage = React.createClass({
if (licenseType == 'copyright') {
var author = this.refs.meta_author.getValue();
- newState.copyrightNotice = '\u{00a9} ' + (new Date().getFullYear()) + (author ? ' ' + author : '') +
- '. All rights reserved.';
+ newState.copyrightNotice = '\u{00a9} ' + (new Date().getFullYear()) + (author ? ' ' + author : '');
}
this.setState(newState);
@@ -395,7 +394,7 @@ var PublishPage = React.createClass({
-
+