Click here to Skip to main content
15,886,873 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: So ... mobile phones are older than most of the people who carry them ... Pin
jschell5-Apr-23 6:45
jschell5-Apr-23 6:45 
GeneralRe: So ... mobile phones are older than most of the people who carry them ... Pin
Slow Eddie4-Apr-23 2:40
professionalSlow Eddie4-Apr-23 2:40 
GeneralRe: So ... mobile phones are older than most of the people who carry them ... Pin
DerekT-P4-Apr-23 5:29
professionalDerekT-P4-Apr-23 5:29 
GeneralBing or Google? (revisited) Pin
Gerry Schmitz3-Apr-23 7:01
mveGerry Schmitz3-Apr-23 7:01 
GeneralRe: Bing or Google? (revisited) Pin
Chris Maunder3-Apr-23 8:36
cofounderChris Maunder3-Apr-23 8:36 
GeneralRe: Bing or Google? (revisited) Pin
Rick York3-Apr-23 10:24
mveRick York3-Apr-23 10:24 
GeneralHow do you handle e.g. 'MIT License' for GIT Source ... Pin
0x01AA3-Apr-23 5:11
mve0x01AA3-Apr-23 5:11 
GeneralRe: How do you handle e.g. 'MIT License' for GIT Source ... Pin
jschell3-Apr-23 6:56
jschell3-Apr-23 6:56 
First of course read it and understand it.

And there is no such thing as "MIT License" legally. You need to get the text of the exact license. I suggest also that you do the following for each library
1. Document where you got the library - the url
2. Document the date when you got it.
3. Document, in text, where you pulled the license from.
4. Copy that license. Definitely do not rely on the original url (#1) to find the license in the future.
5. Do NOT automate pulling new versions. They can change the license anytime they want.

If you are concerned about your understanding (not whoever posts here) then you should hire a lawyer with experience in Software.


0x01AA wrote:
Does the front end then needs to have to display all these packages anywhere?



I looked at the following and then read what it says about X11 (a version). That is limited to the following
1. That version
2. That what is posted there is correct.
3. My understanding.

MIT License - Wikipedia[^]

Based on that it says nothing at all about maintaining the copyright (other licenses do that) in any form.

Rather it tells you that you cannot use the copyright notice at all. So the exact opposite of what you are suggesting. It should not be in the web pages and it should not be in the backend either.

This terminology is to insure that you (or someone else) cannot attempt to copyright the original library code yourself and thus keep others from using it.
GeneralRe: How do you handle e.g. 'MIT License' for GIT Source ... Pin
0x01AA3-Apr-23 7:18
mve0x01AA3-Apr-23 7:18 
GeneralRe: How do you handle e.g. 'MIT License' for GIT Source ... Pin
jschell4-Apr-23 5:50
jschell4-Apr-23 5:50 
GeneralRe: How do you handle e.g. 'MIT License' for GIT Source ... Pin
Kate-X2573-Apr-23 23:43
Kate-X2573-Apr-23 23:43 
GeneralRe: How do you handle e.g. 'MIT License' for GIT Source ... Pin
Kate-X2573-Apr-23 23:34
Kate-X2573-Apr-23 23:34 
GeneralRe: How do you handle e.g. 'MIT License' for GIT Source ... Pin
0x01AA4-Apr-23 0:05
mve0x01AA4-Apr-23 0:05 
GeneralAnother "Old" song of the week Pin
Slow Eddie3-Apr-23 4:31
professionalSlow Eddie3-Apr-23 4:31 
GeneralRe: Another "Old" song of the week Pin
TNCaver3-Apr-23 6:54
TNCaver3-Apr-23 6:54 
GeneralSo Microsoft wants me to pay for Teams? I think not, so... Pin
charlieg3-Apr-23 2:42
charlieg3-Apr-23 2:42 
GeneralRe: So Microsoft wants me to pay for Teams? I think not, so... Pin
OriginalGriff3-Apr-23 2:54
mveOriginalGriff3-Apr-23 2:54 
GeneralRe: So Microsoft wants me to pay for Teams? I think not, so... Pin
charlieg3-Apr-23 9:10
charlieg3-Apr-23 9:10 
GeneralRe: So Microsoft wants me to pay for Teams? I think not, so... Pin
jschell3-Apr-23 6:59
jschell3-Apr-23 6:59 
GeneralRe: So Microsoft wants me to pay for Teams? I think not, so... Pin
charlieg3-Apr-23 9:08
charlieg3-Apr-23 9:08 
GeneralRe: So Microsoft wants me to pay for Teams? I think not, so... Pin
jschell4-Apr-23 5:47
jschell4-Apr-23 5:47 
General.NET and the nullable configuration Pin
Marc Clifton3-Apr-23 2:20
mvaMarc Clifton3-Apr-23 2:20 
GeneralRe: .NET and the nullable configuration Pin
raddevus3-Apr-23 3:32
mvaraddevus3-Apr-23 3:32 
GeneralRe: .NET and the nullable configuration Pin
GuyThiebaut3-Apr-23 3:52
professionalGuyThiebaut3-Apr-23 3:52 
GeneralRe: .NET and the nullable configuration Pin
raddevus3-Apr-23 3:58
mvaraddevus3-Apr-23 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.