Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Licensing Agreements - What do you use?

Licensing Agreements - What do you use?

Scheduled Pinned Locked Moved The Lounge
c++collaborationquestion
9 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zenboy
    wrote on last edited by
    #1

    I'm looking at supplying some free software, but I'm not sure what kind of license to give it. I'm kind of leaning towards the MIT one, which basically just says that I'm not liable for anything. I didn't want to go for a GNU license, because I wasn't sure about letting the code out, which is a requirement. Does anyone here supply free software to anyone? Any tips. I'm curious as to what anyone here at CP has to say about it. Where I used to work, we had a huge legal team and just pasted in the license/liability agreements that they supplied. So I'm a little nervous about writing an agreement myself.


    "C++ : Where friends have access to your private members." — Gavin Russell Baker.

    L K M 3 Replies Last reply
    0
    • Z zenboy

      I'm looking at supplying some free software, but I'm not sure what kind of license to give it. I'm kind of leaning towards the MIT one, which basically just says that I'm not liable for anything. I didn't want to go for a GNU license, because I wasn't sure about letting the code out, which is a requirement. Does anyone here supply free software to anyone? Any tips. I'm curious as to what anyone here at CP has to say about it. Where I used to work, we had a huge legal team and just pasted in the license/liability agreements that they supplied. So I'm a little nervous about writing an agreement myself.


      "C++ : Where friends have access to your private members." — Gavin Russell Baker.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Can you five us a link to the MIT license ? Ta :) Elaine :rose: The tigress is here :-D

      L 1 Reply Last reply
      0
      • Z zenboy

        I'm looking at supplying some free software, but I'm not sure what kind of license to give it. I'm kind of leaning towards the MIT one, which basically just says that I'm not liable for anything. I didn't want to go for a GNU license, because I wasn't sure about letting the code out, which is a requirement. Does anyone here supply free software to anyone? Any tips. I'm curious as to what anyone here at CP has to say about it. Where I used to work, we had a huge legal team and just pasted in the license/liability agreements that they supplied. So I'm a little nervous about writing an agreement myself.


        "C++ : Where friends have access to your private members." — Gavin Russell Baker.

        K Offline
        K Offline
        KaRl
        wrote on last edited by
        #3

        I use now the BSD licence[^]


        I have always observed that to succeed in the world one should appear like a fool but be wise - Montesquieu Blog: Life, Death and other things

        R 1 Reply Last reply
        0
        • L Lost User

          Can you five us a link to the MIT license ? Ta :) Elaine :rose: The tigress is here :-D

          L Offline
          L Offline
          Laurent Dore
          wrote on last edited by
          #4

          There (with several other licenses): The MIT License[^] There's also a (short) analysis of some of the licenses, (focused on the Boost License requirements) there: Boost License[^] Laurent

          Z 1 Reply Last reply
          0
          • Z zenboy

            I'm looking at supplying some free software, but I'm not sure what kind of license to give it. I'm kind of leaning towards the MIT one, which basically just says that I'm not liable for anything. I didn't want to go for a GNU license, because I wasn't sure about letting the code out, which is a requirement. Does anyone here supply free software to anyone? Any tips. I'm curious as to what anyone here at CP has to say about it. Where I used to work, we had a huge legal team and just pasted in the license/liability agreements that they supplied. So I'm a little nervous about writing an agreement myself.


            "C++ : Where friends have access to your private members." — Gavin Russell Baker.

            M Offline
            M Offline
            Michael A Barnhart
            wrote on last edited by
            #5

            This is a good list of what is common opensource licenses[^]. From working with my lawyers the BSD and Artistic are the most usable while still protecting you. Apache is a close second. I.E. If you want corporations to make use of your work this is meaningful info. If this is for the academic community it is not. "For as long as I can remember, I have had memories. Colin Mochrie."

            J 1 Reply Last reply
            0
            • M Michael A Barnhart

              This is a good list of what is common opensource licenses[^]. From working with my lawyers the BSD and Artistic are the most usable while still protecting you. Apache is a close second. I.E. If you want corporations to make use of your work this is meaningful info. If this is for the academic community it is not. "For as long as I can remember, I have had memories. Colin Mochrie."

              J Offline
              J Offline
              Jonathan Darka
              wrote on last edited by
              #6

              Have a look at the one I use, it's suitable for free software with or without code, but is not an open source agreement. www.xfcpro.com Go to the "FAQ" page, and then either of the two articles under "Licensing" cheers, Jonathan

              Z 1 Reply Last reply
              0
              • K KaRl

                I use now the BSD licence[^]


                I have always observed that to succeed in the world one should appear like a fool but be wise - Montesquieu Blog: Life, Death and other things

                R Offline
                R Offline
                Russell Morris
                wrote on last edited by
                #7

                Me too... it's so sexy because it's lawyer-free ;) -- Russell Morris "So, broccoli, mother says you're good for me... but I'm afraid I'm no good for you!" - Stewy

                1 Reply Last reply
                0
                • L Laurent Dore

                  There (with several other licenses): The MIT License[^] There's also a (short) analysis of some of the licenses, (focused on the Boost License requirements) there: Boost License[^] Laurent

                  Z Offline
                  Z Offline
                  zenboy
                  wrote on last edited by
                  #8

                  beat me to it. I had to take a nap too many hours staring at the box. Thanks for the links, I will start reading through the licenses. ( which just might put me back to sleep :zzz: ) :laugh:


                  "C++ : Where friends have access to your private members." — Gavin Russell Baker.

                  1 Reply Last reply
                  0
                  • J Jonathan Darka

                    Have a look at the one I use, it's suitable for free software with or without code, but is not an open source agreement. www.xfcpro.com Go to the "FAQ" page, and then either of the two articles under "Licensing" cheers, Jonathan

                    Z Offline
                    Z Offline
                    zenboy
                    wrote on last edited by
                    #9

                    Thats pretty much what I've been looking for, free to use and distribute, not open-source -cause I've spent too many hours writing code and there are two big companies eyeing it up, cause their customer base is sick of paying for $200 upgrades every year. Now I've got a place to start looking, Thanks. BTW, Nice Web Site. :)


                    "C++ : Where friends have access to your private members." — Gavin Russell Baker.

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups