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. GPL for DLL's?

GPL for DLL's?

Scheduled Pinned Locked Moved The Lounge
questionbusinessjsondiscussion
28 Posts 15 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.
  • R RichardBrock

    Hi, I asked someone at the Free Software Foundation this question, wasn't entirely satisfied with the answer and was really keen to get the input from CP members. Let's say that I develop a commercial product using my own code and I provide an API that allows the end user to develop plugin DLL's for various integration tasks. If the end user develops a plugin that essentially wraps GPL'ed code (maybe he found GPL code that does what he wants it to do), is the entire product now subject to the GPL requirements or simply just the plugin DLL? I would guess that only the plugin needs to be published under the GPL, not the entire product. Your thoughts? Btw the FSF guy said the entire product must be released under the GPL.

    P Offline
    P Offline
    Pete OHanlon
    wrote on last edited by
    #3

    The FSF guy is correct. The entire product must be released under GPL, but only from the end users point of view. If an end user applies wraps a GPL version of code, then they cannot place restrictions on you as the developer. In other words, if the end user tries to sell the derived product on, the derived product is subject to GPL. The only time you would need to comply is if you took their code in and used it as part of your distribution. At this point in time, you become subject to the GPL licenses. This is one of the reasons that I hate GPL. It's just so viral.

    Deja View - the feeling that you've seen this post before.

    1 Reply Last reply
    0
    • B benjymous

      Just the DLL. If I write a Windows Explorer extension, and use GPL'd code, by his argument, Microsoft would then be forced to release the whole Windows codebase under GPL.

      R Offline
      R Offline
      RichardBrock
      wrote on last edited by
      #4

      Good point, rather obvious now that you've put it that way.

      1 Reply Last reply
      0
      • R RichardBrock

        Hi, I asked someone at the Free Software Foundation this question, wasn't entirely satisfied with the answer and was really keen to get the input from CP members. Let's say that I develop a commercial product using my own code and I provide an API that allows the end user to develop plugin DLL's for various integration tasks. If the end user develops a plugin that essentially wraps GPL'ed code (maybe he found GPL code that does what he wants it to do), is the entire product now subject to the GPL requirements or simply just the plugin DLL? I would guess that only the plugin needs to be published under the GPL, not the entire product. Your thoughts? Btw the FSF guy said the entire product must be released under the GPL.

        R Offline
        R Offline
        realJSOP
        wrote on last edited by
        #5

        I think you could make an argument that the DLL is not technically a derivative work since you're simply using the GPL'd code and not "extending" it. On the other hand, you could wrapp the GPL'd code in a DLL and then use that DLL from within your own. Problem solved. You then only have to GPL the wrapper DLL.

        "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
        • R RichardBrock

          Hi, I asked someone at the Free Software Foundation this question, wasn't entirely satisfied with the answer and was really keen to get the input from CP members. Let's say that I develop a commercial product using my own code and I provide an API that allows the end user to develop plugin DLL's for various integration tasks. If the end user develops a plugin that essentially wraps GPL'ed code (maybe he found GPL code that does what he wants it to do), is the entire product now subject to the GPL requirements or simply just the plugin DLL? I would guess that only the plugin needs to be published under the GPL, not the entire product. Your thoughts? Btw the FSF guy said the entire product must be released under the GPL.

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

          i'd say you're right. the LGPL specifically addresses this issue; it allows people to write GPL'd libs that can then be used in other apps without needing to bring the main app under the full GPL. the FSF idealists talk down the LGPL because it's not pure enough for them.

          image processing toolkits | batch image processing | blogging

          1 Reply Last reply
          0
          • R RichardBrock

            Hi, I asked someone at the Free Software Foundation this question, wasn't entirely satisfied with the answer and was really keen to get the input from CP members. Let's say that I develop a commercial product using my own code and I provide an API that allows the end user to develop plugin DLL's for various integration tasks. If the end user develops a plugin that essentially wraps GPL'ed code (maybe he found GPL code that does what he wants it to do), is the entire product now subject to the GPL requirements or simply just the plugin DLL? I would guess that only the plugin needs to be published under the GPL, not the entire product. Your thoughts? Btw the FSF guy said the entire product must be released under the GPL.

            E Offline
            E Offline
            El Corazon
            wrote on last edited by
            #7

            RichardBrock wrote:

            I would guess that only the plugin needs to be published under the GPL, not the entire product. Your thoughts?

            I believe the FSF guy is full of himself. Since you, the original developer of the commercial product, does not distribute the plugin, did not develop the plugin, someone else cannot change your license. There are many adobe photoshop plugins that are GPL'd without forcing Adobe to give up their commercial license and distribute the their commercial code. However, if you distribute the plugin, now things get dicey. It could be said that you developed the plugin system to get around the GPL, and by distributing the plugin as an integral part of your application, then you deliberately violating the GPL. No one can change your license, you however, cannot distribute the GPL plugin as a feature of your application.

            _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

            1 Reply Last reply
            0
            • R RichardBrock

              Hi, I asked someone at the Free Software Foundation this question, wasn't entirely satisfied with the answer and was really keen to get the input from CP members. Let's say that I develop a commercial product using my own code and I provide an API that allows the end user to develop plugin DLL's for various integration tasks. If the end user develops a plugin that essentially wraps GPL'ed code (maybe he found GPL code that does what he wants it to do), is the entire product now subject to the GPL requirements or simply just the plugin DLL? I would guess that only the plugin needs to be published under the GPL, not the entire product. Your thoughts? Btw the FSF guy said the entire product must be released under the GPL.

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #8

              RichardBrock wrote:

              Btw the FSF guy said the entire product must be released under the GPL.

              Well, what would you expect him to say ?

              Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

              R 1 Reply Last reply
              0
              • C Christian Graus

                RichardBrock wrote:

                Btw the FSF guy said the entire product must be released under the GPL.

                Well, what would you expect him to say ?

                Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                R Offline
                R Offline
                RichardBrock
                wrote on last edited by
                #9

                I guess whatever makes sense for both the end user and the commercial entity. If his answer went along the lines of what Mr Brickley said, I'd be happy with that. Just simply stating that your product would need to be released under the GPL is nuts, that underscores the thinking that the GPL is something like a virus, to protect my company I would have to encrypt my API. Thanks to all for the input, definitely creates some clarity around the issue.

                C E 2 Replies Last reply
                0
                • R RichardBrock

                  I guess whatever makes sense for both the end user and the commercial entity. If his answer went along the lines of what Mr Brickley said, I'd be happy with that. Just simply stating that your product would need to be released under the GPL is nuts, that underscores the thinking that the GPL is something like a virus, to protect my company I would have to encrypt my API. Thanks to all for the input, definitely creates some clarity around the issue.

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #10

                  See, that's what YOU would like to say. Someone who works for the 'Free Software Foundation', is probably rubbing his hands with glee at the prospect of someone stealing your livelihood to suit his hippy ideals.

                  Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                  K D 2 Replies Last reply
                  0
                  • R RichardBrock

                    I guess whatever makes sense for both the end user and the commercial entity. If his answer went along the lines of what Mr Brickley said, I'd be happy with that. Just simply stating that your product would need to be released under the GPL is nuts, that underscores the thinking that the GPL is something like a virus, to protect my company I would have to encrypt my API. Thanks to all for the input, definitely creates some clarity around the issue.

                    E Offline
                    E Offline
                    El Corazon
                    wrote on last edited by
                    #11

                    RichardBrock wrote:

                    Just simply stating that your product would need to be released under the GPL is nuts, that underscores the thinking that the GPL is something like a virus, to protect my company I would have to encrypt my API.

                    That is the difference between a legal reading of the GPL, and the purpose of the FSF. The FSF has a purpose to get all software released free. Therefore, per their purpose, they would, of course, say you must release your product for free. That is just to be expected. They do look at themselves as a virus, slowly spreading through the world until all software is free. Rather a depressing self-image if you ask me, but they are proud of it. :~

                    _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                    1 Reply Last reply
                    0
                    • C Christian Graus

                      See, that's what YOU would like to say. Someone who works for the 'Free Software Foundation', is probably rubbing his hands with glee at the prospect of someone stealing your livelihood to suit his hippy ideals.

                      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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

                      "to suit his hippy ideals.", nope : to suit his COMMUNISM ideals ! GPL addicts' favorite claim is : "All your code belongs to us !" If they dared to make the addition GPLed, imagine that every part of code should be now 'open' for their own benefit ! Kochise

                      In Code we trust !

                      C 1 Reply Last reply
                      0
                      • C Christian Graus

                        See, that's what YOU would like to say. Someone who works for the 'Free Software Foundation', is probably rubbing his hands with glee at the prospect of someone stealing your livelihood to suit his hippy ideals.

                        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                        D Offline
                        D Offline
                        Dan Neely
                        wrote on last edited by
                        #13

                        Christian Graus wrote:

                        "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax"

                        I did that once in college. One of my classmates upstaged me :mad: by slapping a VB6 GUI while I did a direct port of the command line app. Hooray for textbooks with 30 year old code in the appendix. There was the 100liner I ported from Fortran, a 30 pager that I ran with minimal modification (hard coded a half dozen inputs since I had to run if a few hundred times) because the IT dept finally got the fortran compiler working on the computer lab. We never used it, but there was also a basic app written in a dialect so old it contained line numbers. :wtf:

                        -- CleaKO The sad part about this instance is that none of the users ever said anything [about the problem]. Pete O`Hanlon Doesn't that just tell you everything you need to know about users?

                        C 1 Reply Last reply
                        0
                        • R RichardBrock

                          Hi, I asked someone at the Free Software Foundation this question, wasn't entirely satisfied with the answer and was really keen to get the input from CP members. Let's say that I develop a commercial product using my own code and I provide an API that allows the end user to develop plugin DLL's for various integration tasks. If the end user develops a plugin that essentially wraps GPL'ed code (maybe he found GPL code that does what he wants it to do), is the entire product now subject to the GPL requirements or simply just the plugin DLL? I would guess that only the plugin needs to be published under the GPL, not the entire product. Your thoughts? Btw the FSF guy said the entire product must be released under the GPL.

                          J Offline
                          J Offline
                          Jim Crafton
                          wrote on last edited by
                          #14

                          The FSF guy is right technically, as I understand things. However there's an issue here: Your product doesn't *require* the plug-in. I believe the GPL makes some issue about this somewhere in the license. Your product doesn't *distribute* the plug-in. You didn't write the plug-in. That's why the LGPL license arose, to work around this kind of idiocy for third party library writers. All in all, this is yet more evidence of how brain dead the GPL is.

                          ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                          1 Reply Last reply
                          0
                          • D Dan Neely

                            Christian Graus wrote:

                            "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax"

                            I did that once in college. One of my classmates upstaged me :mad: by slapping a VB6 GUI while I did a direct port of the command line app. Hooray for textbooks with 30 year old code in the appendix. There was the 100liner I ported from Fortran, a 30 pager that I ran with minimal modification (hard coded a half dozen inputs since I had to run if a few hundred times) because the IT dept finally got the fortran compiler working on the computer lab. We never used it, but there was also a basic app written in a dialect so old it contained line numbers. :wtf:

                            -- CleaKO The sad part about this instance is that none of the users ever said anything [about the problem]. Pete O`Hanlon Doesn't that just tell you everything you need to know about users?

                            C Offline
                            C Offline
                            Christian Graus
                            wrote on last edited by
                            #15

                            I remember on the Apple ][, a program that would renumber your app, so you'd start with 10, 20, 30, and you'd use 15 to put a new line in, but eventually, you would sometimes run out of numbers. So, you'd renumber the app, and start again. Those were the days....

                            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                            J B D 3 Replies Last reply
                            0
                            • K Kochise

                              "to suit his hippy ideals.", nope : to suit his COMMUNISM ideals ! GPL addicts' favorite claim is : "All your code belongs to us !" If they dared to make the addition GPLed, imagine that every part of code should be now 'open' for their own benefit ! Kochise

                              In Code we trust !

                              C Offline
                              C Offline
                              Christian Graus
                              wrote on last edited by
                              #16

                              Yeah, but then I'd sound like Stan....

                              Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                              1 Reply Last reply
                              0
                              • R RichardBrock

                                Hi, I asked someone at the Free Software Foundation this question, wasn't entirely satisfied with the answer and was really keen to get the input from CP members. Let's say that I develop a commercial product using my own code and I provide an API that allows the end user to develop plugin DLL's for various integration tasks. If the end user develops a plugin that essentially wraps GPL'ed code (maybe he found GPL code that does what he wants it to do), is the entire product now subject to the GPL requirements or simply just the plugin DLL? I would guess that only the plugin needs to be published under the GPL, not the entire product. Your thoughts? Btw the FSF guy said the entire product must be released under the GPL.

                                J Offline
                                J Offline
                                James R Twine
                                wrote on last edited by
                                #17

                                I think that earlier versions (>5 years ago) of the GPL were so infectious that this would have been (or seemed to have been) the case.  I remember writing to FSF/GNU that this makes it impossible to do release any Windows application under the GPL, or use any GPL-ed code with Windows, because there is no access to Windows source code.    I never got a response, but the GPL was modified about a year after that.    As mentioned above, the LGPL (lesser or library GPL) specifically covers things like this, where you would only have to release code to any changes made to the library itself, not the application using it.    I think that if you look at the wording of recent copies of the GPL today, this kind of thing is covered.    Peace!

                                -=- James
                                Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
                                Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
                                See DeleteFXPFiles

                                1 Reply Last reply
                                0
                                • C Christian Graus

                                  I remember on the Apple ][, a program that would renumber your app, so you'd start with 10, 20, 30, and you'd use 15 to put a new line in, but eventually, you would sometimes run out of numbers. So, you'd renumber the app, and start again. Those were the days....

                                  Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                                  J Offline
                                  J Offline
                                  James R Twine
                                  wrote on last edited by
                                  #18

                                  I thought that there was a renumber command that would do this...?    Peace!

                                  -=- James
                                  Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
                                  Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
                                  See DeleteFXPFiles

                                  C 1 Reply Last reply
                                  0
                                  • R RichardBrock

                                    Hi, I asked someone at the Free Software Foundation this question, wasn't entirely satisfied with the answer and was really keen to get the input from CP members. Let's say that I develop a commercial product using my own code and I provide an API that allows the end user to develop plugin DLL's for various integration tasks. If the end user develops a plugin that essentially wraps GPL'ed code (maybe he found GPL code that does what he wants it to do), is the entire product now subject to the GPL requirements or simply just the plugin DLL? I would guess that only the plugin needs to be published under the GPL, not the entire product. Your thoughts? Btw the FSF guy said the entire product must be released under the GPL.

                                    P Offline
                                    P Offline
                                    peterchen
                                    wrote on last edited by
                                    #19

                                    Jim is right, the GPL covers the entire product, LGPL was specifically created as a "DLL-only GPL".


                                    Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
                                    We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                                    Linkify!|Fold With Us!

                                    1 Reply Last reply
                                    0
                                    • B benjymous

                                      Just the DLL. If I write a Windows Explorer extension, and use GPL'd code, by his argument, Microsoft would then be forced to release the whole Windows codebase under GPL.

                                      P Offline
                                      P Offline
                                      peterchen
                                      wrote on last edited by
                                      #20

                                      You can't release a Shell Extension under GPL.


                                      Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
                                      We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                                      Linkify!|Fold With Us!

                                      J 1 Reply Last reply
                                      0
                                      • C Christian Graus

                                        I remember on the Apple ][, a program that would renumber your app, so you'd start with 10, 20, 30, and you'd use 15 to put a new line in, but eventually, you would sometimes run out of numbers. So, you'd renumber the app, and start again. Those were the days....

                                        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                                        B Offline
                                        B Offline
                                        benjymous
                                        wrote on last edited by
                                        #21

                                        Spectrum 128 Basic had that built in. The manual told you what values to poke to reconfigure it to change the spacing (so you could have multiples of 7 instead of 10, if you felt like it)

                                        1 Reply Last reply
                                        0
                                        • J James R Twine

                                          I thought that there was a renumber command that would do this...?    Peace!

                                          -=- James
                                          Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
                                          Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
                                          See DeleteFXPFiles

                                          C Offline
                                          C Offline
                                          Christian Graus
                                          wrote on last edited by
                                          #22

                                          No, it was a program. I think it came from Beagle Bros.

                                          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                                          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