Tagged Questions

4
votes
4answers
142 views

Getting Terms & Conditions and a Privacy Policy

Hi. I'm not sure if this question is appropriate for SO but I guess other programmers will run into this issue as well from time to time, so here we go. I'm building a site where people can sign up, …
1
vote
2answers
55 views

How to minimize the amount of place used by GPL copyright notice?

Gnu GPL page advocates a following header in each file of GPL project: This file is part of Foobar. Foobar is free software: you can redistribute it and/or modify it under the terms …
1
vote
1answer
45 views

Adobe Flash and mp3 licence

When I publish a Flash file that contains any sound (such as a WAV file), I can choose the sound compression method (MP3, raw, ADPCM, etc.). My question is about the mp3 compression and it's licence. …
1
vote
4answers
58 views

what care must be taken using open source program in commercial applications?

I use lot of open source programs in my noncommercial applications. If I want to use them in commercial applications what care must be taken. I know that if we do some modifications in source code …
0
votes
1answer
21 views

How should I measure Concurrent Licence Usage

Hi I have detailed stats on user access to my system detailing login and logout times as well as machine used, network username etc. I am in need of measuring what I would term a concurrent user …
0
votes
2answers
64 views

Ethics and Law of modified LGPL code deployment in a commercial software

First bit of the question: What are the legal requirements of LGPL code during the deployment of a commercial product? Software package should include LGPL licence file Anything else? Shall we add …
0
votes
1answer
72 views

What are the licence restrictions for the RxTx Library

I want to make an Application that uses RxTx version 2.2pre2 to work with Serial Ports. What are the Licence restrictions, since it is an "LGPL v 2.1 + Linking Over Controlled Interface" licenced …