From: Petr Špaček Date: Fri, 21 Feb 2020 15:27:41 +0000 (+0100) Subject: http: document source of bootstrap/bootswatch theme X-Git-Tag: v5.1.0~42^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca12c0bf55d842d3fb3686e934ec3ff2475c9e6;p=thirdparty%2Fknot-resolver.git http: document source of bootstrap/bootswatch theme Source is git+https://github.com/twbs/bootstrap.git@a78dc3aed640a35914361b837ce24573a0515e19#yeti/bootstrap.min.css but our version has minor modifications: - removed link to font file - minor font and line height adjustments - added SPDX header Diffing minimized CSS file is a mess so use something like $ awk '{gsub(/{|}|;/,"&\n"); print}' to get something more legible. --- diff --git a/modules/http/static/bootstrap.min.css b/modules/http/static/bootstrap.min.css index 54c1e8926..3bda7c64b 100644 --- a/modules/http/static/bootstrap.min.css +++ b/modules/http/static/bootstrap.min.css @@ -1,5 +1,5 @@ /*! - * bootswatch v3.3.6 + * bootswatch v3.3.6+2 yeti * Homepage: http://bootswatch.com * Copyright 2012-2016 Thomas Park * SPDX-License-Identifier: MIT diff --git a/modules/http/static/bootstrap.min.css.spdx b/modules/http/static/bootstrap.min.css.spdx new file mode 100644 index 000000000..53aef610c --- /dev/null +++ b/modules/http/static/bootstrap.min.css.spdx @@ -0,0 +1,11 @@ +SPDXVersion: SPDX-2.1 +DataLicense: CC0-1.0 +SPDXID: SPDXRef-DOCUMENT +DocumentName: bootswatch-yeti-bootstrap.min.css +DocumentNamespace: http://spdx.org/spdxdocs/spdx-v2.1-da039738-1b9b-430a-984b-a97d1415ad0f + +PackageName: bootswatch-yeti-bootstrap.min.css +PackageVersion: 3.3.6+2 +PackageDownloadLocation: git+https://github.com/twbs/bootstrap.git@a78dc3aed640a35914361b837ce24573a0515e19#yeti/bootstrap.min.css +PackageOriginator: Person: Thomas Park (thomas@thomaspark.co) +PackageLicenseDeclared: MIT