in reply to Re: Open source code and copyright
in thread Open source code and copyright

Ok I can live with that.

But please tell me

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^3: Open source code and copyright
by Tux (Canon) on Nov 15, 2019 at 14:43 UTC

    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
      > Tutorials and how-to sections are documentation, and IMHO would fall under such a restriction.

      Sorry I don't understand.

      I've sold a lot of code already that contained (altered) snippets copied from POD. And I'm certainly not alone.

      How can this have restricted rights?

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

        Currently it cannot. That is my point.


        Enjoy, Have FUN! H.Merijn
Re^3: Open source code and copyright
by ikegami (Patriarch) on Nov 17, 2019 at 09:12 UTC

    which licence do you use to enforce your wishes?

    Copyright is what makes it illegal, not the license. As seen here, Copyright grants the exclusive right to prepare derivative works based upon the copyrighted work. Noone else is allowed to do with without first getting permission (in the form of a license).

    Of course, open source licenses allows others to make modifications of the work, though they were often some conditions attached (inclusion of Copyright notice, inclusion of license, publication of the modified work until the same license, etc.