Lost Password?


Go Back   CodeCall Programming Forum > Website Promotion > Business and Legal

Business and Legal Run a business and need help? Ask your questions here for anything related to Business or Legal matters.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-06-2006, 09:31 PM
CheeseBurgerMan CheeseBurgerMan is offline
Learning Programmer
 
Join Date: Jul 2006
Posts: 78
Rep Power: 9
CheeseBurgerMan is on a distinguished road
Default Open Source License?

I'd like to make my apps open source, and would prefer to release them with an OSI and/or FSF approved license. I'm really not to into the legalese that most of these licenses are, and only have a few simple desires about my app.

I want the user to be able to:
  • Download and modify the source code (obviously)
  • Redistribute the original/modified source code, original/modified binaries, as long as he acknowledges that it was derived from my work.
I don't want the user to:
  • Sell the original app. It would be OK for him to sell the modified version as long as the modifications aren't simply removing my copyrights.
I mostly just want the people who modify it to acknowledge that I did the original coding. I don't really care what else they do to it, as long as they are willing to give me credit for the initial coding.

I don't like the GPL as it forces anyone who modifies it to also license it under the GPL. I dislike this copyleft. The BSD license is pretty good, although I dislike that my app could be repackaged and sold.

Any suggestions would be appreciated,
CheeseBurgerMan

Last edited by CheeseBurgerMan; 09-07-2006 at 10:17 AM. Reason: BSD license, not BDS license.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-08-2006, 09:32 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

hmm. I think your only choice is to write your own. I don't know too much about open source licenses except for GPL. I'll look into this for you though.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-08-2006, 09:50 AM
CheeseBurgerMan CheeseBurgerMan is offline
Learning Programmer
 
Join Date: Jul 2006
Posts: 78
Rep Power: 9
CheeseBurgerMan is on a distinguished road
Default

Yeah, I don't really like doing that though. The license has much more legal meaning if it's been FSF/OSI approved, and people have a better idea of what they can do with a well-known license.

I suppose I could always write one, and try to get it approved.

Last edited by CheeseBurgerMan; 09-08-2006 at 09:53 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-09-2006, 01:18 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

What is the process for getting it approved though? Perhaps this would be a good community project.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-09-2006, 08:37 PM
CheeseBurgerMan CheeseBurgerMan is offline
Learning Programmer
 
Join Date: Jul 2006
Posts: 78
Rep Power: 9
CheeseBurgerMan is on a distinguished road
Default

Here is a link to how you get it approved.

My biggest problem is actually writing the license. My writing in English isn't particularly good, and legalese is even worse. I will likely attempt to make at least a first draft, and then post it here for community inspection.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 09-10-2006, 03:03 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Sounds like a great idea. You are more than welcome to send me a pre-draft to review before posting as well.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-10-2006, 09:08 PM
CheeseBurgerMan CheeseBurgerMan is offline
Learning Programmer
 
Join Date: Jul 2006
Posts: 78
Rep Power: 9
CheeseBurgerMan is on a distinguished road
Default

OK, I've written a draft, which I will post up as a community project as soon as I can figure out one more thing. The name (thanks, Jordan for noticing that I'd forgotten this ).

I'd like to figure out a name for this license before I get much more into writing it. If anyone has suggestions, I'd love to hear them.

I've got one name in mind right now...
  • Codecall Public License
Which is OK, I don't mind this name, but I certainly wouldn't mind suggestions either.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A open source software group twitch Community Projects 2 06-13-2007 11:49 AM
Open Source Challenges Blaze General Programming 3 10-28-2006 06:08 PM
Project: Open Source License CheeseBurgerMan Community Projects 12 09-15-2006 05:45 PM
Open Source Java NeedHelp Java Help 2 05-22-2006 01:30 AM
Open Source Philosophy falco85 Technology Ramble 2 04-27-2006 02:29 PM


All times are GMT -5. The time now is 02:28 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads