]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
http: document source of bootstrap/bootswatch theme
authorPetr Špaček <petr.spacek@nic.cz>
Fri, 21 Feb 2020 15:27:41 +0000 (16:27 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 25 Feb 2020 08:26:38 +0000 (09:26 +0100)
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
modules/http/static/bootstrap.min.css.spdx [new file with mode: 0644]

index 54c1e892612e158446c7f94fb8cfe279f47d49c8..3bda7c64bc0294de967f6e0f2ce30a8c31a0a0c2 100644 (file)
@@ -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 (file)
index 0000000..53aef61
--- /dev/null
@@ -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