public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: I'm really confuesd and frustrated Please Help
@ 2020-06-27 15:50 JacobK622
  2020-06-27 17:45 ` Dan Kegel
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: JacobK622 @ 2020-06-27 15:50 UTC (permalink / raw)
  To: gcc-help Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 2236 bytes --]

Thank you for letting me know about the subject line issue, I will strive to write more descriptive subject lines in the future.
Thank you for letting me know about the "reply to list only" part of netiquette, I will reply to the mailing list from now on. My apologies.

Sorry for the long delay.  I had some stuff going on, got distracted, and accidentally invented dehydrated water (jk lol).

Anyway, I opened stdio.h in a text editor and it clearly stated that it was under the LGPL v2 or any later version.
sooo... what am I missing here?

What is the email for the glibc list and would it be bad netiquette to post this there?

"For questions about glibc's licence you should ask the glibc list or
consult a lawyer. The first paragraph of clause 5 of LGPL v2.1 seems
clear to me:

5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a work,
in isolation, is not a derivative work of the Library, and therefore
falls outside the scope of this License."

The  sentence says "Such a work, in ISOLATION, is not a derivative work of the Library, and therefore falls outside the scope of this License.". If I wanted to distribute my code in source code form only then you would be right--the use of the libraries wouldn't affect the code, because they aren't combined.  However (and I admit i may not have made this clear) but, I do intend on distributing it in object code form. (which would require that my code and the library be combined))  The second sentence in the LGPLv2.1  section 5 says "However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables."

Does anyone else have any suggestions?

My email is JacobK622@protonmail.com feel free to email me at any time,
although I may not respond immediately. (usually within 24hrs.)
From, Jacob K

Sent with ProtonMail Secure Email.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 477 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: I'm really confuesd and frustrated Please Help
@ 2020-07-09  3:20 JacobK622
  2020-07-09  4:37 ` Dan Kegel
  0 siblings, 1 reply; 18+ messages in thread
From: JacobK622 @ 2020-07-09  3:20 UTC (permalink / raw)
  To: gcc-help Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 1261 bytes --]

As far as what Jonathan Wakely said: "If you still don't believe it, talk to a lawyer. Your continued "concerns" are starting to look like trolling or just a deliberate attempt to waste people's time." I sincerely apologize. I never intended to waste anyone's time, and I'm not purposely trolling either. I truly am sorry for being a pest--I just really worry about legal troubles down the road and want to make sure that I'm going about this the right way.

As far as what Ian Lance Taylor said: 
"Please give us an example of an answer that would satisfy you and remove your concerns.  Thanks." 
At this point I don't think anything aside from the word of a lawyer would completely quell my concerns and since that's not what this list is for
I'm going to just suck it up & deal with my anxiety regarding this issue and go forward with my app development (and contact a lawyer if i feel I need to).

I'm starting to believe that my anxiety is leading me to be more nit-picky than necessary.

Also, is it safe to assume this all applies to mingw as well?
My email is JacobK622@protonmail.com feel free to email me at any time,
although I may not respond immediately. (usually within 24hrs.)
From, Jacob K

Sent with ProtonMail Secure Email

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 477 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: I'm really confuesd and frustrated Please Help
@ 2020-07-08  1:45 JacobK622
  2020-07-08  2:01 ` Dan Kegel
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: JacobK622 @ 2020-07-08  1:45 UTC (permalink / raw)
  To: gcc-help Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 398 bytes --]

to: gcc help mailing-list

I'm still a bit concerned about this.

What are my obligations under the licenses? (or should I post that as a new question?)

Does anyone else have any thoughts on this?

My email is JacobK622@protonmail.com feel free to email me at any time,although I may not respond immediately. (usually within 24hrs.)

From, Jacob K

Sent with ProtonMail Secure Email.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 477 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: I'm really confuesd and frustrated Please Help
@ 2020-06-28 19:43 JacobK622
  2020-06-28 19:53 ` JacobK622
  0 siblings, 1 reply; 18+ messages in thread
From: JacobK622 @ 2020-06-28 19:43 UTC (permalink / raw)
  To: gcc-help Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 4187 bytes --]

I realize that I did not give much context as to what the original question was so i've included a copy of it at the bottom of this Email. (please read it before continuing)

As far as what ___________________________ said:

"
"If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. " I'll bet you'll find that the public header files for glibc meet the above description, i.e. nothing you use from them is a macro or inline function longer than 10 lines. That means you're safe to ship commercial code that links to glibc in the normal way, and you won't have to release your source code.
"

What I hoped to accomplish with my first email was to avoid having to go through each file in the standard c library and standard c++ library and determine what license each was under.  If I'm reading __________________'s suggestion correctly, I would actually end up doing more work rather than less, because I'd have to count lines of code of each function/method in each file.

As suggested by several people who responded to my email, I'll post this question at libc-help@sourceware.org (which is my understanding of what the correct libc help email is), since it seems like a better place to have this conversation. 

My email is JacobK622@protonmail.com feel free to email me at any time,
although I may not respond immediately. (usually within 24hrs.)
From, Jacob K

Sent with ProtonMail Secure Email.

------Original Email Begin------
To gcc-help@gcc.gnu.org

     Firstly I'd like to preface this by saying a few things:

    1. I don't always know what is or isn't socially appropriate to say/ask/do, so please don't get mad at me if I say/ask/do something inappropriate just let me know and I'll try to do better

    2. Sometimes I word things oddly so if a phrase sounds weird or doesn't make sense please let me know and I'll try to explain

    3. I want to make it VERY clear that the above statement should in no way be misinterpreted to say that 'I think you're dumb' because I don't.)
   
    4. I'm not sure this is the correct email to send this to if it isn't:
        a. I'm sorry
        b. Would you please give me the correct email address? Thanks
   
    5. I've been trying to find a solution to this for well over a month now and I'm getting a bit frustrated.
Anyway...

Right now, I have the standard C library and the standard C++ library as installed by gcc and g++, but it appears that I have multiple copies right now on my computer. ( I'm not sure if I have multiple copies, or if just looks that way because it's spread across the computer, or if it's something different.) (I think gcc did this automatically or it could be relatitd to the fact i have both gcc, g++, and mingw installed) This makes it very difficult to know what files are under what licenses, and what files are being included, because I have multiple copies of the same file under different directories. For instance, stdio.h. How do I download the standard C library and the standard C++ library as a separate download so I can put it in a single folder so that it's in one place? I need to keep track of what files I have under what license, and I can be sure that the license is compatible with the license I'd like to distribute my code under.

     I know how to make it ignore the standard search paths and redirect it to a new or add a new search path, I just need to know where I can get a copy of the standard C library and the standard C++ library (gnu gpl with runtime exception or a different non-copyleft license (MIT, BSD(0, 2, or 3 clause), etc)) so i can put them in a single folder.

I have the same questions as applicable to Mingw.

My email is JacobK622@protonmail.com feel free to email me at any time,
although I may not respond immediately. (usually within 24hrs.)
From, Jacob K

Sent with ProtonMail Secure Email.
------Original Email End------

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 477 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread
* I'm really confuesd and frustrated Please Help
@ 2020-06-11  1:26 JacobK622
  2020-06-11  2:03 ` Dan Kegel
  2020-06-11  8:39 ` Jonathan Wakely
  0 siblings, 2 replies; 18+ messages in thread
From: JacobK622 @ 2020-06-11  1:26 UTC (permalink / raw)
  To: gcc-help Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 2471 bytes --]

To gcc-help@gcc.gnu.org

     Firstly I'd like to preface this by saying a few things:

    1. I don't always know what is or isn't socially appropriate to say/ask/do, so please don't get mad at me if I say/ask/do something inappropriate just let me know and I'll try to do better

    2. Sometimes I word things oddly so if a phrase sounds weird or doesn't make sense please let me know and I'll try to explain

    3. I want to make it VERY clear that the above statement should in no way be misinterpreted to say that 'I think you're dumb' because I don't.)
   
    4. I'm not sure this is the correct email to send this to if it isn't:
        a. I'm sorry
        b. Would you please give me the correct email address? Thanks
   
    5. I've been trying to find a solution to this for well over a month now and I'm getting a bit frustrated.
Anyway...

Right now, I have the standard C library and the standard C++ library as installed by gcc and g++, but it appears that I have multiple copies right now on my computer. ( I'm not sure if I have multiple copies, or if just looks that way because it's spread across the computer, or if it's something different.) (I think gcc did this automatically or it could be relatitd to the fact i have both gcc, g++, and mingw installed) This makes it very difficult to know what files are under what licenses, and what files are being included, because I have multiple copies of the same file under different directories. For instance, stdio.h. How do I download the standard C library and the standard C++ library as a separate download so I can put it in a single folder so that it's in one place? I need to keep track of what files I have under what license, and I can be sure that the license is compatible with the license I'd like to distribute my code under.

     I know how to make it ignore the standard search paths and redirect it to a new or add a new search path, I just need to know where I can get a copy of the standard C library and the standard C++ library (gnu gpl with runtime exception or a different non-copyleft license (MIT, BSD(0, 2, or 3 clause), etc)) so i can put them in a single folder.

I have the same questions as applicable to Mingw.

My email is JacobK622@protonmail.com feel free to email me at any time,
although I may not respond immediately. (usually within 24hrs.)
From, Jacob K

Sent with ProtonMail Secure Email.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 477 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-07-09  4:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-27 15:50 I'm really confuesd and frustrated Please Help JacobK622
2020-06-27 17:45 ` Dan Kegel
2020-06-27 17:52 ` Paul Smith
2020-06-27 18:30 ` Jonathan Wakely
  -- strict thread matches above, loose matches on Subject: below --
2020-07-09  3:20 JacobK622
2020-07-09  4:37 ` Dan Kegel
2020-07-08  1:45 JacobK622
2020-07-08  2:01 ` Dan Kegel
2020-07-08  7:12 ` Jonathan Wakely
2020-07-08 19:15   ` Thomas Dineen
2020-07-08 14:49 ` Ian Lance Taylor
2020-06-28 19:43 JacobK622
2020-06-28 19:53 ` JacobK622
2020-06-28 20:09   ` Paul Smith
2020-06-28 21:30     ` Dan Kegel
2020-06-11  1:26 JacobK622
2020-06-11  2:03 ` Dan Kegel
2020-06-11  8:39 ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).