license question

Hi All
I have a open source product, i want it free to personal user and
commerical user which have < 10 users.
For commerical user, if the number of user is more than ten, then i
charge some money. It is ok? Any law problem?
thanks
from Peter (cmk128 [at] hotmail.com)
cmk128 [ Do, 17 April 2008 12:00 ] [ ID #1944647 ]

Re: license question

cmk128 [at] hotmail.com wrote:
> Hi All
> I have a open source product, i want it free to personal user and
> commerical user which have < 10 users.
> For commerical user, if the number of user is more than ten, then i
> charge some money. It is ok? Any law problem?
> thanks
> from Peter (cmk128 [at] hotmail.com)
>

Would you ask your attorney how to code something? Why ask programmers
a legal question?

None of us here are attorneys, and none of us are familiar with the laws
in your jurisdiction. We can give opinions, but they will be worth just
what you paid for them.

For legal questions, see an attorney.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corpjstucklex [at] attglobal.net
=================
Jerry Stuckle [ Do, 17 April 2008 12:09 ] [ ID #1944648 ]

Re: license question

cmk128 [at] hotmail.com wrote:

> I have a open source product, i want it free to personal user and
> commerical user which have < 10 users.
> For commerical user, if the number of user is more than ten, then i
> charge some money. It is ok? Any law problem?

As long as you write your own license, it won't have any legal problems,
but what can cause trouble is to write the license.

--

//Aho
Shion [ Do, 17 April 2008 20:14 ] [ ID #1944649 ]

Re: license question

> cmk128 [at] hotmail.com wrote:
>
>> I have a open source product, i want it free to personal user
>> and commerical user which have < 10 users.
>> For commerical user, if the number of user is more than ten, then i
>> charge some money. It is ok? Any law problem?
>
> As long as you write your own license, it won't have any legal
> problems, but what can cause trouble is to write the license.

And of course the license on the open source stuff. Because it's open
source does not necessarily mean you have the freedom to do anything you
want to; some have limitations to them and most explain the questions
you're asking too.

--
--
Regards,

Twayne

Open Office isn't just for wimps anymore;
OOo is a GREAT MS Office replacement
www.openoffice.org
Pat Willener [ Do, 17 April 2008 20:24 ] [ ID #1944650 ]

Re: license question

cmk128 [at] hotmail.com schreef:
> Hi All
> I have a open source product, i want it free to personal user and
> commerical user which have < 10 users.
> For commerical user, if the number of user is more than ten, then i
> charge some money. It is ok? Any law problem?
> thanks
> from Peter (cmk128 [at] hotmail.com)

Hi,

I don't know much about legal stuff, but must warn you that the
underlying packages of your open source project might influence your
freedom. Chances are that you use some gpl'ed software.

for example: If you use software that uses copyleft (GPL), you cannot
simply use that software, change it, and start selling it. Well you can,
but you must also openly publish your adjusted version on the same terms.
At least that is how I understand it, but I really have 0
feeling/intuition when it comes to legal stuff.

Also be aware that 'open source' is misused/confused a lot, because it
means almost nothing. I have the impression most people actually mean
'free software' (GPL eg) instead of 'open source'.
These differences are unimportant for most regular users of software,
but if you want to write a license, you should study it a little. (Or
get a legal adviser like Jerry suggested)

This is a good point start reading:
http://en.wikipedia.org/wiki/Gpl
and:
http://www.gnu.org/licenses/gpl-faq.html

Regards,
Erwin Moller
Erwin Moller [ Fr, 18 April 2008 12:58 ] [ ID #1945348 ]
PHP » alt.php » license question

Vorheriges Thema: Eclipse PDT setup
Nächstes Thema: (REPOST) What's wrong with this code?