I have no specific license for this (sadly). I also think that it would be hard to make legal.

Tutorials and how-to sections are documentation, and IMHO would fall under such a restriction.

Artistic license probably allows any reformatting. Anywhere.

I have never seen a license that enforces style and/or formatting. I also think that using such a licence would make many companies forbid the use of such code.

My wish is not to enforce my style on real-life code. My docs just should how *I* think it should be done most efficiently and most maintainable, but code and code style consistency in any project is way more important than the code (style) of a single sub/method/class.

However I would love to see the rest of the world to use my style, I know it is not going to happen. People think different.

My post was aimed at blogs, documentation, learning/teaching content that just copies from the documentation but then alters the style. However I understand that learning materials should also be consistent, I find this unacceptable.


Enjoy, Have FUN! H.Merijn

In reply to Re^3: Open source code and copyright by Tux
in thread Open source code and copyright by LanX

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.