initial commit taken from gitlab.lrz.de

This commit is contained in:
privatereese
2018-08-24 18:09:42 +02:00
parent ae54ed4c48
commit fc05486403
28494 changed files with 2159823 additions and 0 deletions

36
node_modules/spdx-exceptions/README.md generated vendored Normal file
View File

@@ -0,0 +1,36 @@
The package exports an array of strings. Each string is an identifier
for a license exception under the [Software Package Data Exchange
(SPDX)][SPDX] software license metadata standard.
[SPDX]: https://spdx.org
## Copyright and Licensing
### SPDX
"SPDX" is a federally registered United States trademark of The Linux
Foundation Corporation.
From version 2.0 of the [SPDX] specification:
> Copyright © 2010-2015 Linux Foundation and its Contributors. Licensed
> under the Creative Commons Attribution License 3.0 Unported. All other
> rights are expressly reserved.
The Linux Foundation and the SPDX working groups are good people. Only
they decide what "SPDX" means, as a standard and otherwise. I respect
their work and their rights. You should, too.
### This Package
> I created this package by copying exception identifiers out of the
> SPDX specification. That work was mechanical, routine, and required no
> creativity whatsoever. - Kyle Mitchell, package author
United States users concerned about intellectual property may wish to
discuss the following Supreme Court decisions with their attorneys:
- _Baker v. Selden_, 101 U.S. 99 (1879)
- _Feist Publications, Inc., v. Rural Telephone Service Co._,
499 U.S. 340 (1991)

29
node_modules/spdx-exceptions/index.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
[
"389-exception",
"Autoconf-exception-2.0",
"Autoconf-exception-3.0",
"Bison-exception-2.2",
"Bootloader-exception",
"CLISP-exception-2.0",
"Classpath-exception-2.0",
"DigiRule-FOSS-exception",
"FLTK-exception",
"Fawkes-Runtime-exception",
"Font-exception-2.0",
"GCC-exception-2.0",
"GCC-exception-3.1",
"LZMA-exception",
"Libtool-exception",
"Linux-syscall-note",
"Nokia-Qt-exception-1.1",
"OCCT-exception-1.0",
"Qwt-exception-1.0",
"WxWindows-exception-3.1",
"eCos-exception-2.0",
"freertos-exception-2.0",
"gnu-javamail-exception",
"i2p-gpl-java-exception",
"mif-exception",
"openvpn-openssl-exception",
"u-boot-exception-2.0"
]

79
node_modules/spdx-exceptions/package.json generated vendored Normal file
View File

@@ -0,0 +1,79 @@
{
"_args": [
[
"spdx-exceptions@^2.1.0",
"/home/bernhard/freifunk-app/node_modules/spdx-expression-parse"
]
],
"_from": "spdx-exceptions@>=2.1.0 <3.0.0",
"_id": "spdx-exceptions@2.1.0",
"_inCache": true,
"_installable": true,
"_location": "/spdx-exceptions",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/spdx-exceptions-2.1.0.tgz_1515518313717_0.05020708893425763"
},
"_npmUser": {
"email": "kyle@kemitchell.com",
"name": "kemitchell"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "spdx-exceptions",
"raw": "spdx-exceptions@^2.1.0",
"rawSpec": "^2.1.0",
"scope": null,
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/spdx-expression-parse"
],
"_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz",
"_shasum": "2c7ae61056c714a5b9b9b2b2af7d311ef5c78fe9",
"_shrinkwrap": null,
"_spec": "spdx-exceptions@^2.1.0",
"_where": "/home/bernhard/freifunk-app/node_modules/spdx-expression-parse",
"author": {
"name": "The Linux Foundation"
},
"bugs": {
"url": "https://github.com/kemitchell/spdx-exceptions.json/issues"
},
"contributors": [
{
"name": "Kyle E. Mitchell",
"email": "kyle@kemitchell.com",
"url": "https://kemitchell.com/"
}
],
"dependencies": {},
"description": "list of SPDX standard license exceptions",
"devDependencies": {},
"directories": {},
"dist": {
"integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==",
"shasum": "2c7ae61056c714a5b9b9b2b2af7d311ef5c78fe9",
"tarball": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz"
},
"gitHead": "94810da928383b931e22c25f53ad2d4703b50079",
"homepage": "https://github.com/kemitchell/spdx-exceptions.json#readme",
"license": "CC-BY-3.0",
"maintainers": [
{
"name": "kemitchell",
"email": "kyle@kemitchell.com"
}
],
"name": "spdx-exceptions",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kemitchell/spdx-exceptions.json.git"
},
"version": "2.1.0"
}