View Poll Results: How should I license my project?

Voters
9. You may not vote on this poll
  • GPL or LGPL

    7 77.78%
  • Public Domain

    2 22.22%

Thread: GPL or public domain

  1. #1
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490

    GPL or public domain

    I'm looking for sourceforge.net to host my expression manipulator project, and I'm not sure whether I want it to be under the GPL license, or if it should just be in the public domain. I'm concerned that my releases here at cprogramming.com to the public domain might force my hand away from GPL. Is this correct?

    I'm never going to make this shareware or anything like that. I just want to choose the best license to share this software freely.

  2. #2
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Maybe I don't understand the concept of GPL as well as I thought, but why would releasing source code over here @ cp.com stop you from making it GPL?

  3. #3
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719
    Why don't you make your own license? If you want, you can get a lawyer to go through a license with you that you could use with all of your products.
    "What are you after - the vague post of the week award?" - Salem
    IPv6 Ready.
    Travel the world, meet interesting people...kill them.
    Trying to fix or change something, only guaruntees and perpetuates its existence.
    I don't know about angels, but it is fear that gives men wings.
    The problem with wanting something is the fear of losing it, or never having it. The thought makes you weak.

    E-Mail Xei

  4. #4
    Registered User
    Join Date
    Jul 2002
    Posts
    913
    That would probaly be pricey.

    A copyright isnt a bad idea either, it sounds good.

  5. #5
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719
    Originally posted by mart_man00
    That would probaly be pricey.

    A copyright isnt a bad idea either, it sounds good.
    This brings a question to mind: Is it possible to patent software? Because if it is possible, then there must be alot of restrictions.
    "What are you after - the vague post of the week award?" - Salem
    IPv6 Ready.
    Travel the world, meet interesting people...kill them.
    Trying to fix or change something, only guaruntees and perpetuates its existence.
    I don't know about angels, but it is fear that gives men wings.
    The problem with wanting something is the fear of losing it, or never having it. The thought makes you weak.

    E-Mail Xei

  6. #6
    Quietly Lurking
    Join Date
    Aug 2001
    Posts
    208
    BSD license, anyone can use your code with one restriction, they have to give you credit for it. Its basicly public domain only they have to acknowlege that its your work.

  7. #7
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    I've decided to GPL it. Sourceforge.net has accepted my application, which means my project will soon be at http://ygf-expre-manip.sourceforge.net/

    Now, if I could get CVS working...

    //edit: Here's the project info page:
    https://sourceforge.net/projects/ygf-expre-manip/
    Last edited by ygfperson; 08-04-2003 at 10:25 PM.

  8. #8
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    "Now, if I could get CVS working..."

    I am guessing you are running windows. What client are you trying to use? WinCVS?
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  9. #9
    ‡ †hë Ö†hÈr sîÐè ‡ Nor's Avatar
    Join Date
    Nov 2001
    Posts
    299
    poor man's copyright.
    print out a hard copy(paper) of your project/letter/story/design/material to be copyrighted.

    stick it in a envolope and mail it to yourself. DO NOT open the letter when you get it back.

    when or counterpart steals your code and get a copyright to it take him( or a copy of the copyright) to a lawer.

    the postmark on the letter is proof of ownership at a certan time.
    the letter must be opened by a judge and a copyright sumitted at the time of the opening.
    Try to help all less knowledgeable than yourself, within
    the limits provided by time, complexity and tolerance.
    - Nor

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Reading Process Memory
    By polydegmon in forum C# Programming
    Replies: 0
    Last Post: 05-26-2009, 07:18 AM
  2. OOP Question DB Access Wrapper Classes
    By digioz in forum C# Programming
    Replies: 2
    Last Post: 09-07-2008, 04:30 PM
  3. Linking problems in Visual Studio
    By h3ro in forum C++ Programming
    Replies: 5
    Last Post: 03-04-2008, 02:39 PM
  4. Stuck with Structs...
    By DanFraser in forum C# Programming
    Replies: 8
    Last Post: 05-03-2007, 09:55 AM
  5. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM