If I use OSQA source code to create my own website, do I have to publish my changes to its source code according to OSQA license(GPLv3 AFAIU)?

asked 30 Mar '11, 15:48

geotavros's gravatar image

geotavros
116138
accept rate: 0%

edited 30 Mar '11, 17:12


Yes and no. Anything that is delivered to the client, HTML, JS, CSS, yes. You must make that unaltered source available.

Anything that solely runs on the server, no, i.e. the python code. I don't want a flame war here, I'm sure it's been discussed before, but GPL v3 is not the correct license for the intent (as I understand it) for this project. The server side code should be licensed under the AGPL if the intent is that servers running the altered code should make the source available.

link

answered 31 Mar '11, 06:09

David's gravatar image

David
446918
accept rate: 14%

1

David is correct that you don't have to distribute your changes if you only run the software on your own server. It was not our intent, however, to use the AGPL, or we would have chosen it. We actually selected GPLv3 with this in mind.

(31 Mar '11, 07:42) rickross ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×17
×7
×1

Asked: 30 Mar '11, 15:48

Seen: 470 times

Last updated: 31 Mar '11, 07:42

powered by OSQA