All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.stdlicenses.Linux-syscall-note.jsonld Maven / Gradle / Ivy

{
  "@id" : "http://spdx.org/licenses/Linux-syscall-note",
  "@type" : "spdx:LicenseException",
  "licenseExceptionId" : "Linux-syscall-note",
  "licenseExceptionTemplate" : "NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does *not* fall under the heading of \"derived work\". Also note that the GPL below is copyrighted by the Free Software Foundation, but the instance of code that it refers to (the Linux kernel) is copyrighted by me and others who actually wrote it.\n\nAlso note that the only valid version of the GPL as far as the kernel is concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x or whatever), unless explicitly otherwise stated.\n\nLinus Torvalds",
  "licenseExceptionText" : "NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does *not* fall under the heading of \"derived work\". Also note that the GPL below is copyrighted by the Free Software Foundation, but the instance of code that it refers to (the Linux kernel) is copyrighted by me and others who actually wrote it.\n\nAlso note that the only valid version of the GPL as far as the kernel is concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x or whatever), unless explicitly otherwise stated.\n\nLinus Torvalds",
  "name" : "Linux Syscall Note",
  "comment" : "This note is used with the Linux kernel to clarify how user space API files should be treated.",
  "seeAlso" : "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/COPYING",
  "@context" : {
    "licenseExceptionTemplate" : {
      "@id" : "http://spdx.org/rdf/terms#licenseExceptionTemplate"
    },
    "licenseExceptionText" : {
      "@id" : "http://spdx.org/rdf/terms#licenseExceptionText"
    },
    "seeAlso" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso"
    },
    "comment" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
    },
    "name" : {
      "@id" : "http://spdx.org/rdf/terms#name"
    },
    "licenseExceptionId" : {
      "@id" : "http://spdx.org/rdf/terms#licenseExceptionId"
    },
    "spdx" : "http://spdx.org/rdf/terms#",
    "doap" : "http://usefulinc.com/ns/doap#",
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy