OSDev.org

The Place to Start for Operating System Developers
It is currently Wed May 22, 2024 6:10 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Is the GNU Multiboot header GPL code?
PostPosted: Thu Dec 22, 2016 10:17 am 
Offline
Member
Member
User avatar

Joined: Fri May 14, 2010 3:46 pm
Posts: 62
Location: New York, NY
Title says most of it, I want to use it, but my code isn't GPL. Curious if anyone knows the answer.

_________________
"On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."
Image


Top
 Profile  
 
 Post subject: Re: Is the GNU Multiboot header GPL code?
PostPosted: Thu Dec 22, 2016 10:23 am 
Offline
Member
Member
User avatar

Joined: Tue Mar 06, 2007 11:17 am
Posts: 1225
No, if you implement it is your code implementing a standard for being able to work, just like Linux implemented UNIX with its own code.

_________________
Live PC 1: Image Live PC 2: Image

YouTube:
http://youtube.com/@AltComp126/streams
http://youtube.com/@proyectos/streams

http://master.dl.sourceforge.net/projec ... 7z?viasf=1


Top
 Profile  
 
 Post subject: Re: Is the GNU Multiboot header GPL code?
PostPosted: Thu Dec 22, 2016 10:27 am 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
Did you read it? The header has the following MIT-style license at the top.

Code:
     /* multiboot.h - Multiboot header file. */
     /* Copyright (C) 1999,2003,2007,2008,2009  Free Software Foundation, Inc.
      *
      *  Permission is hereby granted, free of charge, to any person obtaining a copy
      *  of this software and associated documentation files (the "Software"), to
      *  deal in the Software without restriction, including without limitation the
      *  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
      *  sell copies of the Software, and to permit persons to whom the Software is
      *  furnished to do so, subject to the following conditions:
      *
      *  The above copyright notice and this permission notice shall be included in
      *  all copies or substantial portions of the Software.
      *
      *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL ANY
      *  DEVELOPER OR DISTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
      *  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
      *  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
      */


You can also write your own compatible header - the layout of the structs themselves is not subject to the same copyright rules.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: Is the GNU Multiboot header GPL code?
PostPosted: Thu Dec 22, 2016 10:54 am 
Offline
Member
Member
User avatar

Joined: Fri Oct 27, 2006 9:42 am
Posts: 1925
Location: Athens, GA, USA
I know this has already been stated, but I think that it could use some clarification.

There are actually two different questions hidden inside the OP's question, because it relates to two separate things: the MultiBoot standard specification, and the particular implementation that they happen to be looking at.

The specification itself (in any of its versions) is an open standard, and the specification document (that is, the actual document in which the standard is laid out) is not under any particular license. Some specification documents, such as the ISO standards, are copyrighted or under some form of license, but that license only applies to the document itself - programs implementing the standard are not enjoined to that license, though the people who write the implementations might be liable for violating those licenses in some other ways (for example, using an internal spec that is a trade secret which was obtained through illegal means, or failing to uphold an NDA license about the contents of a licensed specification). None of that applies here, so your use of the MB spec is not encumbered in any way (AFAICT, IANAL).

The question of the specific implementation you were looking at has already been answered by Klange - it is under an MIT style license, not a GNU GPL license. However, even if it were encumbered in some manner, you don't have any real need to use that particular implementation - you can write your own version of the header based on the specification, without any need to use or reference the GNU implementation.

_________________
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group