Search

Why's My Free eBook For Sale On Amazon?

0 views

Well-known marketing author, Seth Godin, doesn't want you to buy his new book for sale on Amazon. First off, it's not new. Godin published it in 2005. Second, he published it as an e-book and offered it for free download on his website.

So where did this $9.99 copy of Everyone's an Expert (About Something) come from? It appears to be a company called BN Publishing, which has an eBay store as well. Godin's book available in print form, distributed and promoted by Amazon, was news to him too.

"I didn't authorize this book to be published,"
The only problem is that he sort of did authorize it, indirectly. He published the book under a Creative Commons license – the wrong one if you don't want something published without you. The faithful blogospheric commentators out there have highlighted two key differences in CC licenses.

The CC license Godin published under is labeled
Attribution-NonCommerical 2.5, which allows anyone to share or remix the work as long as it is not for commercial purposes.

BN Publishing knew this. Apparently, it's what they do.

"A quick dig this morning on the BNPublishing website seems to show their business model as taking non-rights-protected works and packaging them up for easy sale," said
While commentators sympathize with Godin, the general consensus out there is that he, pretty much, asked for it.




Add to
' /> Digg</a> | <a href=' />Reddit</a> | <a href=' /> Furl</a><br />
<br />
 Bookmark murdok: <a href=' /></a>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!