2 Replies - 723 Views - Last Post: 31 July 2009 - 06:39 AM

#1 ali_selaidin  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 28
  • Joined: 24-March 09

Using license or not?

Posted 30 July 2009 - 10:26 AM

I want to publish my program in internet, so anyone can download it freely. It is closed-source. As far as i know i have to use some license, copyright isn't enough. Is that true? If so, what license? My program falls under the 'proprietary software' category obviosly, so...Can anyone give me some advice? Do i have to use some license or just use copyright notice in some places in the application?
Is This A Good Question/Topic? 0
  • +

Replies To: Using license or not?

#2 baavgai  Icon User is online

  • Dreaming Coder
  • member icon

Reputation: 4881
  • View blog
  • Posts: 11,272
  • Joined: 16-October 07

Re: Using license or not?

Posted 30 July 2009 - 11:25 AM

Evil closed source bugger. ;)

The only real concern with the license is to say "this is mine" and "use at your own risk"; the former is implied, the latter may need to be explicit.

This standard bit of verbiage you'll find in many open source licenses can still apply to you:

Quote

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Was This Post Helpful? 0
  • +
  • -

#3 SwiftStriker00  Icon User is offline

  • Microsoft Insider
  • member icon

Reputation: 429
  • View blog
  • Posts: 1,596
  • Joined: 25-December 08

Re: Using license or not?

Posted 31 July 2009 - 06:39 AM

in my personal projects I put:

Please do not steal my stuff, its not hard to put a line of text saying "Thanks to Ryan ********" (now all you have to do is copy paste that!). I hope you enjoy my product but be warned: By putting this software on your computer you use it at your own risk, and to whatever my code feels like doing.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1