Well, many of the legal questions have been answered well and similarly to my views on it: give credit where credit is due, and read the license.

On to when a program becomes yours. When you are first learning any language, a lot of the learning process is based on assimilation. But as you learn, you take what you have assimilated and begin using it logically on things that you create yourself. You can give a base level programmer a simple algorithm (say a bubble sort) and knowing the in's and out's of loops and variables, they can create a rather ugly program that performs the sort. It's not optimized, and it's probably not the best way to approach a bubble sort, but it's theirs because they created it from scratch. But they had to use knowledge and specs created or evolved by others.

I don't think learning is a wizz-bang process. It's more of an evolutionary process, whereas we gather information from a wide variety of sources and use it to the best of our ability, hopefully crediting those sources if we even realize who they are.

Now, cutting and pasting code is a different matter since you usually know where the code originated and from who (at least most modern code). These people should always be credited, and contacted if your project was significantly helped by them.


In reply to Re: At what point is the coding more yours? by iamnothing
in thread At what point is the coding more yours? by belize

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.