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. Software Licensing/Code sharing??

Software Licensing/Code sharing??

Scheduled Pinned Locked Moved The Lounge
questionhelp
12 Posts 9 Posters 1 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.
  • M Marc Clifton

    It sounds like what you need is a simple Memorandum of Understanding (MOU) that states that the two companies can share source, et al, with each other but not with anyone else, if I understand what you're trying to accomplish. Marc

    Available for consulting and full time employment. Contact me. Interacx

    S Offline
    S Offline
    Simon Capewell
    wrote on last edited by
    #3

    Or an Non Disclosure Agreement for the source you make available to the other company.

    M 1 Reply Last reply
    0
    • M Marc Clifton

      It sounds like what you need is a simple Memorandum of Understanding (MOU) that states that the two companies can share source, et al, with each other but not with anyone else, if I understand what you're trying to accomplish. Marc

      Available for consulting and full time employment. Contact me. Interacx

      D Offline
      D Offline
      David Knechtges
      wrote on last edited by
      #4

      Yes, that sounds like it. We want to make sure that any changes are shared between the two also, like the GPL does. I will look for those..... Thanks, David

      C S 2 Replies Last reply
      0
      • S Simon Capewell

        Or an Non Disclosure Agreement for the source you make available to the other company.

        M Offline
        M Offline
        Marc Clifton
        wrote on last edited by
        #5

        Simon Capewell wrote:

        Or an Non Disclosure Agreement for the source you make available to the other company.

        Yeah, actually both. An NDA to cover the source code and MOU to deal with derivative works, etc. Marc

        Available for consulting and full time employment. Contact me. Interacx

        1 Reply Last reply
        0
        • D David Knechtges

          Yes, that sounds like it. We want to make sure that any changes are shared between the two also, like the GPL does. I will look for those..... Thanks, David

          C Offline
          C Offline
          Chris Maunder
          wrote on last edited by
          #6

          What are the consequences of something going wrong (eg one company trying to weasel out, or the other company insisting that the first company didn't abide by the agreement, or an employee going rogue and releasing the code to a third company). If it's All Bad if something like this happens then pay the money and get a lawyer to do it. Think of it as insurance.

          cheers, Chris Maunder

          CodeProject.com : C++ MVP

          1 Reply Last reply
          0
          • D David Knechtges

            I looked at all the forums, but didn't think there was a suitable place for this question so I will ask it here. We are looking to share some source code and sample applications with another company we are working with. I would be writing some of the pieces, and they would also be writing some of the pieces for the samples. We need to share all the source and samples and any derivatives of the samples with each other. I am looking for a license or code sharing agreement sample that would sort of work like the GPL between two companies, while keeping all the samples private between the two companies. Anyone know of something like this out there? Googling didn't help, most of the links were places where it was a license between a software company and a user. Others were information about source code escrow, which isn't what I want either. Thanks, David

            realJSOPR Offline
            realJSOPR Offline
            realJSOP
            wrote on last edited by
            #7

            He's called Vinnie "The Masher" Calzone. He's more of an enforcer than anything else, and very loyal (for the right money, of course).

            "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
            -----
            "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

            1 Reply Last reply
            0
            • D David Knechtges

              I looked at all the forums, but didn't think there was a suitable place for this question so I will ask it here. We are looking to share some source code and sample applications with another company we are working with. I would be writing some of the pieces, and they would also be writing some of the pieces for the samples. We need to share all the source and samples and any derivatives of the samples with each other. I am looking for a license or code sharing agreement sample that would sort of work like the GPL between two companies, while keeping all the samples private between the two companies. Anyone know of something like this out there? Googling didn't help, most of the links were places where it was a license between a software company and a user. Others were information about source code escrow, which isn't what I want either. Thanks, David

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

              Get a lawyer - way too many weasels out there ... Unreal - I must be the first person to use "lawyer" and "weasel" in the same sentence!

              C 1 Reply Last reply
              0
              • L Lost User

                Get a lawyer - way too many weasels out there ... Unreal - I must be the first person to use "lawyer" and "weasel" in the same sentence!

                C Offline
                C Offline
                Chris Maunder
                wrote on last edited by
                #9

                Rene Pilon wrote:

                Unreal - I must be the first person to use "lawyer" and "weasel" in the same sentence!

                ;)

                cheers, Chris Maunder

                CodeProject.com : C++ MVP

                1 Reply Last reply
                0
                • D David Knechtges

                  Yes, that sounds like it. We want to make sure that any changes are shared between the two also, like the GPL does. I will look for those..... Thanks, David

                  S Offline
                  S Offline
                  stuartprescott
                  wrote on last edited by
                  #10

                  Of course, the GPL doesn't require that things are shared in that way -- the GPL only requires that you give the source code to anyone you've given the binary to. What you require is actually something much stronger: any modifications that are made should be given back regardless of whether they give you the binary or not. Why not just go the whole hog and make it GPL though?

                  1 Reply Last reply
                  0
                  • D David Knechtges

                    I looked at all the forums, but didn't think there was a suitable place for this question so I will ask it here. We are looking to share some source code and sample applications with another company we are working with. I would be writing some of the pieces, and they would also be writing some of the pieces for the samples. We need to share all the source and samples and any derivatives of the samples with each other. I am looking for a license or code sharing agreement sample that would sort of work like the GPL between two companies, while keeping all the samples private between the two companies. Anyone know of something like this out there? Googling didn't help, most of the links were places where it was a license between a software company and a user. Others were information about source code escrow, which isn't what I want either. Thanks, David

                    B Offline
                    B Offline
                    bitumen2003
                    wrote on last edited by
                    #11

                    These links may help they offer review of open source licencing for laymen (ie myself no legal jargon) HowTo Pick an open source licence (Part1)[^] HowTo Pick an open source licence (Part2)[^]

                    1 Reply Last reply
                    0
                    • D David Knechtges

                      I looked at all the forums, but didn't think there was a suitable place for this question so I will ask it here. We are looking to share some source code and sample applications with another company we are working with. I would be writing some of the pieces, and they would also be writing some of the pieces for the samples. We need to share all the source and samples and any derivatives of the samples with each other. I am looking for a license or code sharing agreement sample that would sort of work like the GPL between two companies, while keeping all the samples private between the two companies. Anyone know of something like this out there? Googling didn't help, most of the links were places where it was a license between a software company and a user. Others were information about source code escrow, which isn't what I want either. Thanks, David

                      K Offline
                      K Offline
                      kowder
                      wrote on last edited by
                      #12

                      Can't help much with the written license agreement, but I know that if you're looking to protect your licensed software then you can use www.fingoo.net as it allows either company to activate their part of the application, or all parts if you allow.

                      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