From 1ca12c0bf55d842d3fb3686e934ec3ff2475c9e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 21 Feb 2020 16:27:41 +0100 Subject: [PATCH] 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. --- modules/http/static/bootstrap.min.css | 2 +- modules/http/static/bootstrap.min.css.spdx | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 modules/http/static/bootstrap.min.css.spdx 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 -- 2.47.2