Search

Creative Commons 3.0 Launched

0 views
launched version 3.0 of their copyright licenses.
This updated version introduces here).

I’ve taken the opportunity to update the CC license on this blog. It’s not version 3 but is now specific to the ‘UK: England and Wales’ jurisdiction.

I’ve also had a re-think about the restricted license I had in place until now that wouldn’t allow you to use anything on this blog to make a derivative work (not that the blog scraper scammers paid any attention to that or any other aspect of intellectual property rights).

Now you can make derivative works if you want - meaning, build on anything I’ve created here - as long as you abide by the terms of the license.

Here’s the full text of the Creative Commons license that now applies here:

Creative Commons
the full licence).

As noted, any of these license conditions can be waived. So if you have something in mind and want to do something outside the scope of the CC license, just ask.

' /> Del.icio.us</a> | <a href=' /> Digg</a> | <a href=' />Reddit</a> | <a href=' /> Furl</a>  <br />
<br />
Bookmark murdok: <a href=' /></a></ul></ul>                </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=

Suggest a Correction

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!