1

I am in the process of making a webpage in the pyramid framework (python) and I am going to make it opensource so that people can add to it, take from it, learn from it, etc.

But I don't want them to just take the code and not accredit my friends and I for writing the code they are using. I was wondering how to go about getting a license like that?

I looked up the GNU Free Documentation License, but I couldn't find how I would get that license or implement it.

gnat
  • 21,442
  • 29
  • 112
  • 288
Zaask
  • 243
  • 2
  • 7
  • 2
    take a look : http://programmers.stackexchange.com/questions/82035/which-open-source-license-is-right-for-my-project/82059 – Armando Jun 07 '11 at 19:01

1 Answers1

2

See link at bottom of page http://blog.stackoverflow.com/2009/06/attribution-required/

blog content and podcasts are licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.

Linked page, in turn, explains terms there as follows:

This is a human-readable summary of the Legal Code (the full license).

gnat
  • 21,442
  • 29
  • 112
  • 288
Martin Beckett
  • 15,776
  • 3
  • 42
  • 69